BUG: fix for bug 6661
This commit is contained in:
parent
d64600127b
commit
7b93585960
|
@ -353,6 +353,7 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
|
||||||
|
|
||||||
// boolean flags
|
// boolean flags
|
||||||
{"BufferSecurityCheck", "GS", "Buffer security check", "TRUE", 0},
|
{"BufferSecurityCheck", "GS", "Buffer security check", "TRUE", 0},
|
||||||
|
{"BufferSecurityCheck", "GS-", "Turn off Buffer security check", "FALSE", 0},
|
||||||
{"EnableFibreSafeOptimization", "GT", "OmitFramePointers", "TRUE", 0},
|
{"EnableFibreSafeOptimization", "GT", "OmitFramePointers", "TRUE", 0},
|
||||||
{"EnableFunctionLevelLinking", "Gy",
|
{"EnableFunctionLevelLinking", "Gy",
|
||||||
"EnableFunctionLevelLinking", "TRUE", 0},
|
"EnableFunctionLevelLinking", "TRUE", 0},
|
||||||
|
@ -365,6 +366,8 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
|
||||||
{"OptimizeForWindowsApplication", "GA", "Optimize for windows", "TRUE", 0},
|
{"OptimizeForWindowsApplication", "GA", "Optimize for windows", "TRUE", 0},
|
||||||
{"RuntimeTypeInfo", "GR",
|
{"RuntimeTypeInfo", "GR",
|
||||||
"Turn on Run time type information for c++", "TRUE", 0},
|
"Turn on Run time type information for c++", "TRUE", 0},
|
||||||
|
{"RuntimeTypeInfo", "GR-",
|
||||||
|
"Turn off Run time type information for c++", "FALSE", 0},
|
||||||
{"SmallerTypeCheck", "RTCc", "smaller type check", "TRUE", 0},
|
{"SmallerTypeCheck", "RTCc", "smaller type check", "TRUE", 0},
|
||||||
{"SuppressStartupBanner", "nologo", "SuppressStartupBanner", "TRUE", 0},
|
{"SuppressStartupBanner", "nologo", "SuppressStartupBanner", "TRUE", 0},
|
||||||
{"WarnAsError", "WX", "Treat warnings as errors", "TRUE", 0},
|
{"WarnAsError", "WX", "Treat warnings as errors", "TRUE", 0},
|
||||||
|
|
Loading…
Reference in New Issue