We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a117d12 commit 9919c29Copy full SHA for 9919c29
cmake/compiler/gcc/compiler_flags.cmake
@@ -21,7 +21,7 @@ endif()
21
set_compiler_property(PROPERTY optimization_speed -O2)
22
set_compiler_property(PROPERTY optimization_size -Os)
23
set_compiler_property(PROPERTY optimization_size_aggressive -Oz)
24
-set_compiler_property(PROPERTY optimization_fast -Ofast)
+set_compiler_property(PROPERTY optimization_fast -O3)
25
26
if(CMAKE_C_COMPILER_VERSION GREATER_EQUAL "4.5.0")
27
set_compiler_property(PROPERTY optimization_lto -flto=auto)
0 commit comments