Skip to content

Commit

Permalink
Go faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Meyer committed Jan 13, 2019
1 parent 577de21 commit 011820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/CMakeTests)

SET(TARGET "sdl" CACHE STRING "Build Target (sdl, ...)")

SET(COMPILE_FLAGS "${COMPILE_FLAGS} -O3")
SET(COMPILE_FLAGS "${COMPILE_FLAGS} -Ofast")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${COMPILE_FLAGS}")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${COMPILE_FLAGS} -std=c++1z")

Expand Down

0 comments on commit 011820f

Please sign in to comment.