Skip to content
Snippets Groups Projects
Commit d2e2ab72 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

BUG: fix for 6794 support for LTCG WholeProgramOptimization, which is not...

BUG: fix for 6794 support for LTCG WholeProgramOptimization, which is not available in VS 8 and newer.
parent 77def5ed
No related branches found
No related tags found
No related merge requests found
......@@ -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},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment