Skip to content

Commit ce254c3

Browse files
authored
Remove -Ofast
Fix #147
1 parent 7f95e70 commit ce254c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if(UNIX AND NOT EMSCRIPTEN)
5353
else()
5454
message(STATUS "Building in RELEASE mode")
5555
add_definitions(-D NDEBUG)
56-
add_compile_options(-Ofast)
56+
add_compile_options(-O3)
5757
endif(DEBUG)
5858
else()
5959
# TODO: Figure out what we need for windows.

0 commit comments

Comments
 (0)