BUG: fix for 6794 support for LTCG WholeProgramOptimization, which is not available in VS 8 and newer.

This commit is contained in:
Bill Hoffman 2008-08-19 15:07:47 -04:00
parent 77def5ed14
commit d2e2ab72bf
1 changed files with 1 additions and 0 deletions

View File

@ -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},