Changeset 211 for CMakeLists.txt

Show
Ignore:
Timestamp:
11/13/08 20:00:53 (16 years ago)
Author:
smidl
Message:

prejmenovani evalpdflog a evalcond

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r208 r211  
    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 "-g -Wall -Wno-unknown-pragmas") 
     29        SET(CMAKE_CXX_FLAGS_DEBUG "-Wall -g -DNDEBUG -O3 -pipe -Wno-unknown-pragmas") 
    3030        INCLUDE(CMakeLocal.txt OPTIONAL)         
    3131ENDIF(WIN32)