Changeset 213 for CMakeLists.txt

Show
Ignore:
Timestamp:
11/25/08 12:24:42 (15 years ago)
Author:
smidl
Message:

Merging - new experiment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r211 r213  
    2727        #This is for UNIX makefile which does only one release at a time. 
    2828        SET(CMAKE_BUILD_TYPE Debug) 
    29         SET(CMAKE_CXX_FLAGS_DEBUG "-Wall -g -DNDEBUG -O3 -pipe  -Wno-unknown-pragmas") 
     29#       SET(CMAKE_CXX_FLAGS_DEBUG "-Wall -g -DNDEBUG -O3 -pipe  -Wno-unknown-pragmas") 
     30        SET(CMAKE_CXX_FLAGS_DEBUG "-Wall -g -pipe  -Wno-unknown-pragmas") 
    3031        INCLUDE(CMakeLocal.txt OPTIONAL)         
    3132ENDIF(WIN32)