BUG: fix for 6794 support for LTCG WholeProgramOptimization, which is not available in VS 8 and newer.
This commit is contained in:
parent
77def5ed14
commit
d2e2ab72bf
@ -743,6 +743,7 @@ static cmVS7FlagTable cmVS7ExtraFlagTable[] =
|
||||
cmVS7FlagTable::UserValueIgnored | cmVS7FlagTable::Continue},
|
||||
{"PrecompiledHeaderThrough", "Yu", "Precompiled Header Name", "",
|
||||
cmVS7FlagTable::UserValueRequired},
|
||||
{"WholeProgramOptimization", "LTCG", "WholeProgramOptimization", "TRUE", 0},
|
||||
|
||||
// Exception handling mode. If no entries match, it will be FALSE.
|
||||
{"ExceptionHandling", "GX", "enable c++ exceptions", "TRUE", 0},
|
||||
|
Loading…
x
Reference in New Issue
Block a user