summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-12-04 20:16:19 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-12-04 20:16:19 (GMT)
commit06ac35356418466c2f7a7062c482f1493d0db0ea (patch)
tree519f2f763574c3fec467ea594e5ff628b92da6d6 /Templates
parenta07808f816e1c6295a46cf897ce94ba8c718f9e1 (diff)
downloadCMake-06ac35356418466c2f7a7062c482f1493d0db0ea.zip
CMake-06ac35356418466c2f7a7062c482f1493d0db0ea.tar.gz
CMake-06ac35356418466c2f7a7062c482f1493d0db0ea.tar.bz2
ENH: add -tWM to default flags for compilation
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeBorlandWindowsSystemConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeBorlandWindowsSystemConfig.cmake b/Templates/CMakeBorlandWindowsSystemConfig.cmake
index 8025477..820c64f 100644
--- a/Templates/CMakeBorlandWindowsSystemConfig.cmake
+++ b/Templates/CMakeBorlandWindowsSystemConfig.cmake
@@ -54,7 +54,7 @@ SET (CMAKE_LINKER_FLAGS_RELEASE "" CACHE STRING
SET (CMAKE_LINKER_FLAGS_RELWITHDEBINFO "-v" CACHE STRING
"Flags used by the linker during Release with Debug Info builds.")
-SET (CMAKE_CXX_FLAGS "-w- -whid -waus -wpar" CACHE STRING
+SET (CMAKE_CXX_FLAGS "-w- -whid -waus -wpar -tWM" CACHE STRING
"Flags used by the compiler during all build types, /GX /GR are for exceptions and rtti in VC++, /Zm1000 increases the compiler's memory allocation to support ANSI C++/stdlib.")
SET (CMAKE_USE_WIN32_THREADS 1 CACHE BOOL