BUG: fix for bug 6660
This commit is contained in:
parent
7b93585960
commit
260de3ca3e
|
@ -354,6 +354,8 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
|
|||
// boolean flags
|
||||
{"BufferSecurityCheck", "GS", "Buffer security check", "TRUE", 0},
|
||||
{"BufferSecurityCheck", "GS-", "Turn off Buffer security check", "FALSE", 0},
|
||||
{"Detect64BitPortabilityProblems", "Wp64",
|
||||
"Detect 64-bit Portability Problems", "TRUE", 0},
|
||||
{"EnableFibreSafeOptimization", "GT", "OmitFramePointers", "TRUE", 0},
|
||||
{"EnableFunctionLevelLinking", "Gy",
|
||||
"EnableFunctionLevelLinking", "TRUE", 0},
|
||||
|
|
Loading…
Reference in New Issue