Changeset 218 for CMakeLists.txt

Show
Ignore:
Timestamp:
12/18/08 20:36:13 (15 years ago)
Author:
smidl
Message:

navrat simulatoru + zmeny v pmsm

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r213 r218  
    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") 
    30         SET(CMAKE_CXX_FLAGS_DEBUG "-Wall -g -pipe  -Wno-unknown-pragmas") 
     29        SET(CMAKE_CXX_FLAGS "-Wall -pipe  -Wno-unknown-pragmas") 
     30        SET(CMAKE_CXX_FLAGS_RELEASE " -DNDEBUG -O2") 
     31        SET(CMAKE_CXX_FLAGS_DEBUG "-g") 
    3132        INCLUDE(CMakeLocal.txt OPTIONAL)         
    3233ENDIF(WIN32)