diff options
Diffstat (limited to 'Templates/CMakeBorlandWindowsSystemConfig.cmake')
-rw-r--r-- | Templates/CMakeBorlandWindowsSystemConfig.cmake | 2 |
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 |