summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-11-22 21:18:31 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-11-22 21:18:31 (GMT)
commit69806d705a8475a8cc43b50f9ec8177e643f3906 (patch)
tree510abfe5441f4eea84a15706a19ad949c1e035f4 /Modules
parentbe986c6cae449d8f2f81a5ea35ef08ca9ae9d3d8 (diff)
downloadCMake-69806d705a8475a8cc43b50f9ec8177e643f3906.zip
CMake-69806d705a8475a8cc43b50f9ec8177e643f3906.tar.gz
CMake-69806d705a8475a8cc43b50f9ec8177e643f3906.tar.bz2
change flags for borland
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/Windows-bcc32.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-bcc32.cmake b/Modules/Platform/Windows-bcc32.cmake
index a6e4843..0e28aac 100644
--- a/Modules/Platform/Windows-bcc32.cmake
+++ b/Modules/Platform/Windows-bcc32.cmake
@@ -77,7 +77,10 @@ SET (CMAKE_CXX_FLAGS_MINSIZEREL_INIT "-O1")
SET (CMAKE_CXX_FLAGS_RELEASE_INIT "-O2")
SET (CMAKE_CXX_FLAGS_RELWITHDEBINFO_INIT "-Od")
SET (CMAKE_C_FLAGS_INIT "-w- -whid -waus -tWM")
-
+SET (CMAKE_C_FLAGS_DEBUG_INIT "-Od -v")
+SET (CMAKE_C_FLAGS_MINSIZEREL_INIT "-O1")
+SET (CMAKE_C_FLAGS_RELEASE_INIT "-O2")
+SET (CMAKE_C_FLAGS_RELWITHDEBINFO_INIT "-Od")
SET (CMAKE_EXE_LINKER_FLAGS_INIT "-tWM")
SET (CMAKE_EXE_LINKER_FLAGS_DEBUG_INIT "-v")