Changeset 278 for CMakeLists.txt

Show
Ignore:
Timestamp:
02/20/09 14:15:08 (15 years ago)
Author:
smidl
Message:

props

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r271 r278  
    2626ELSE() 
    2727        #This is for UNIX makefile which does only one release at a time. 
    28         SET(CMAKE_BUILD_TYPE Debug) 
     28        SET(CMAKE_BUILD_TYPE Release) 
    2929        SET(CMAKE_CXX_FLAGS "-Wall -pipe  -Wno-unknown-pragmas") 
    3030        SET(CMAKE_CXX_FLAGS_RELEASE " -DNDEBUG -O2")