Changeset 307
- Timestamp:
- 04/08/09 17:29:16 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r303 r307 33 33 #This is for UNIX makefile which does only one release at a time. 34 34 SET(CMAKE_BUILD_TYPE Debug) 35 SET(CMAKE_CXX_FLAGS "-Wall -pipe -Wno-unknown-pragmas") 35 SET(CMAKE_CXX_FLAGS "-Wall -pipe -Wno-unknown-pragmas -fPIC") 36 SET(CMAKE_C_FLAGS "-Wall -pipe -Wno-unknown-pragmas -fPIC") 36 37 SET(CMAKE_CXX_FLAGS_RELEASE " -DNDEBUG -O2") 37 38 SET(CMAKE_CXX_FLAGS_DEBUG "-g -O0")