We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f95e70 commit ce254c3Copy full SHA for ce254c3
CMakeLists.txt
@@ -53,7 +53,7 @@ if(UNIX AND NOT EMSCRIPTEN)
53
else()
54
message(STATUS "Building in RELEASE mode")
55
add_definitions(-D NDEBUG)
56
- add_compile_options(-Ofast)
+ add_compile_options(-O3)
57
endif(DEBUG)
58
59
# TODO: Figure out what we need for windows.
0 commit comments