From 06ac35356418466c2f7a7062c482f1493d0db0ea Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 4 Dec 2001 15:16:19 -0500 Subject: ENH: add -tWM to default flags for compilation --- Templates/CMakeBorlandWindowsSystemConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12