diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-28 02:00:16 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-28 02:00:16 (GMT) |
commit | 47d12c273cf5e9d1e9e8329cf85eec4b485fe311 (patch) | |
tree | 7a23f2f43079cf4f2f7f62e12acbbbbc951089e3 /Source/cmLocalVisualStudio7Generator.cxx | |
parent | 260de3ca3e86127acc6b4c276574d6635729c6a3 (diff) | |
download | CMake-47d12c273cf5e9d1e9e8329cf85eec4b485fe311.zip CMake-47d12c273cf5e9d1e9e8329cf85eec4b485fe311.tar.gz CMake-47d12c273cf5e9d1e9e8329cf85eec4b485fe311.tar.bz2 |
BUG: fix for 6619
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index fdb69a9..5d30c59 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -356,7 +356,8 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] = {"BufferSecurityCheck", "GS-", "Turn off Buffer security check", "FALSE", 0}, {"Detect64BitPortabilityProblems", "Wp64", "Detect 64-bit Portability Problems", "TRUE", 0}, - {"EnableFibreSafeOptimization", "GT", "OmitFramePointers", "TRUE", 0}, + {"EnableFiberSafeOptimization", "GT", "Enable Fiber-safe Optimizations", + "TRUE", 0}, {"EnableFunctionLevelLinking", "Gy", "EnableFunctionLevelLinking", "TRUE", 0}, {"EnableIntrinsicFunctions", "Oi", "EnableIntrinsicFunctions", "TRUE", 0}, |