Opened 9 years ago

Last modified 3 years ago

#2994 new defect

Premake issue with ICC and minimal-flags

Reported by: Yves Owned by:
Priority: If Time Permits Milestone: Backlog
Component: Build & Packages Keywords: simple
Cc: Patch:

Description (last modified by echotangoecho)

This check in premake4.lua is incorrect because it means that some additional flags will be added inside the "else" branch if the compiler is ICC and minimal-flags is specified.

if cc == "icc" and not _OPTIONS["minimal-flags"] then
...
else
...

Testing with ICC is essential for fixing this issue.

Change History (5)

comment:1 by Yves, 9 years ago

In 16132:

Adds a notice about a known issue in premake4.lua with the icc compiler

Refs #2994

comment:2 by echotangoecho, 7 years ago

Description: modified (diff)

Does anyone actually still use ICC to compile 0ad?

comment:3 by fabio, 7 years ago

Likely no. It may be removed.

comment:4 by Silier, 3 years ago

Keywords: simple removed
severity: simple

comment:5 by Silier, 3 years ago

Keywords: simple added
Note: See TracTickets for help on using tickets.