Changes between Initial Version and Version 2 of Ticket #2994


Ignore:
Timestamp:
Nov 24, 2016, 12:02:03 AM (7 years ago)
Author:
echotangoecho
Comment:

Does anyone actually still use ICC to compile 0ad?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2994 – Description

    initial v2  
    11This 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.
    2 
    32{{{
    43if cc == "icc" and not _OPTIONS["minimal-flags"] then
     
    76...
    87}}}
    9 
    108Testing with ICC is essential for fixing this issue.