diff --git a/CMakeLists.txt b/CMakeLists.txt index acabc978..2358c533 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -190,7 +190,7 @@ target_compile_options( PUBLIC $<$:-g> PUBLIC $<$:-O0> # PUBLIC $<$:-Os> - PUBLIC $<$:-O2> + PUBLIC $<$:-Ofast> PUBLIC $<$:-fno-inline> PUBLIC $<$:-fkeep-static-functions> )