Skip to content

Commit

Permalink
Added O2 optimizations. This was at O0 before.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdorman committed Feb 7, 2013
1 parent 9c66955 commit d2f7552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -77,7 +77,7 @@ QT4_ADD_RESOURCES(KISS_SRCS_CXX ${KISS_QRC_FILES})


SET(CMAKE_CXX_FLAGS "-Wall") SET(CMAKE_CXX_FLAGS "-Wall")


ADD_DEFINITIONS(-DQT_SHAREDPOINTER_TRACK_POINTERS) ADD_DEFINITIONS(-O2)


IF(APPLE) IF(APPLE)
SET(CMAKE_OSX_SYSROOT "${OSX_DEVELOPER_ROOT}/SDKs/MacOSX10.6.sdk") SET(CMAKE_OSX_SYSROOT "${OSX_DEVELOPER_ROOT}/SDKs/MacOSX10.6.sdk")
Expand Down

0 comments on commit d2f7552

Please sign in to comment.