diff --git a/CMakeLists.txt b/CMakeLists.txt index c5655246..922af58b 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,7 +109,7 @@ target_compile_options( PUBLIC -fno-sized-deallocation PUBLIC $<$:-g> # PUBLIC $<$:-O0> - PUBLIC $<$:-O3> + PUBLIC $<$:-Ofast> PUBLIC $<$:-Ofast> PUBLIC $<$:-fno-inline> PUBLIC $<$:-fkeep-static-functions>