summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-04-25 13:49:42 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-04-25 13:49:42 (GMT)
commit7c6c8fc36510a93a12e5c381646678f43810ce13 (patch)
tree2274738d0af122f22cb89569f1727a8046ffdfc3 /Modules
parent764229b5a2f98bcdebd6b901bf2ec2c9847665ef (diff)
downloadCMake-7c6c8fc36510a93a12e5c381646678f43810ce13.zip
CMake-7c6c8fc36510a93a12e5c381646678f43810ce13.tar.gz
CMake-7c6c8fc36510a93a12e5c381646678f43810ce13.tar.bz2
ENH: remove c flags from cxx config file
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/Linux-Intel-CXX.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/Modules/Platform/Linux-Intel-CXX.cmake b/Modules/Platform/Linux-Intel-CXX.cmake
index 67737c7..bcc3d78 100644
--- a/Modules/Platform/Linux-Intel-CXX.cmake
+++ b/Modules/Platform/Linux-Intel-CXX.cmake
@@ -1,9 +1,3 @@
-SET (CMAKE_C_FLAGS_INIT "")
-SET (CMAKE_C_FLAGS_DEBUG_INIT "-g")
-SET (CMAKE_C_FLAGS_MINSIZEREL_INIT "-Os -DNDEBUG")
-SET (CMAKE_C_FLAGS_RELEASE_INIT "-O3 -DNDEBUG")
-SET (CMAKE_C_FLAGS_RELWITHDEBINFO_INIT "-O2 -g")
-
SET (CMAKE_CXX_FLAGS_INIT "")
SET (CMAKE_CXX_FLAGS_DEBUG_INIT "-g")
SET (CMAKE_CXX_FLAGS_MINSIZEREL_INIT "-Os -DNDEBUG")