summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2001-05-23 22:22:20 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2001-05-23 22:22:20 (GMT)
commitaf6c95495c532f9f0be42c6f62590198abf44abb (patch)
treeacb13468166da6cfbf7cbaf3277a1291006ab0e1 /Templates
parent2dcd871b4f35da72afa23b2e35a4c49aeac888c0 (diff)
downloadCMake-af6c95495c532f9f0be42c6f62590198abf44abb.zip
CMake-af6c95495c532f9f0be42c6f62590198abf44abb.tar.gz
CMake-af6c95495c532f9f0be42c6f62590198abf44abb.tar.bz2
/Gz => /GZ
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeWindowsSystemConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeWindowsSystemConfig.cmake b/Templates/CMakeWindowsSystemConfig.cmake
index ac194f9..cad970f 100644
--- a/Templates/CMakeWindowsSystemConfig.cmake
+++ b/Templates/CMakeWindowsSystemConfig.cmake
@@ -8,5 +8,5 @@ SET (HAVE_UNISTD_H 1)
SET (CXX VC++60)
SET (CMAKE_CXX_FLAGS_RELEASE "/MD /O2" CACHE_NO_REPLACE)
SET (CMAKE_CXX_FLAGS_MINSIZEREL "/MD /O1" CACHE_NO_REPLACE)
-SET (CMAKE_CXX_FLAGS_DEBUG "/MDd /Zi /Od /Gz" CACHE_NO_REPLACE)
+SET (CMAKE_CXX_FLAGS_DEBUG "/MDd /Zi /Od /GZ" CACHE_NO_REPLACE)
SET (CMAKE_CXX_FLAGS "/W3 /Zm1000 /GX /GR" CACHE_NO_REPLACE)