[Cmake-commits] [cmake-commits] hoffman committed Linux-Intel-CXX.cmake 1.2 1.3
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Apr 25 09:49:45 EDT 2008
Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv14364
Modified Files:
Linux-Intel-CXX.cmake
Log Message:
ENH: remove c flags from cxx config file
Index: Linux-Intel-CXX.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Linux-Intel-CXX.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** Linux-Intel-CXX.cmake 25 Apr 2008 02:00:08 -0000 1.2
--- Linux-Intel-CXX.cmake 25 Apr 2008 13:49:42 -0000 1.3
***************
*** 1,8 ****
- 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")
--- 1,2 ----
More information about the Cmake-commits
mailing list