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.
-O2
1 parent 5061485 commit 56016d5Copy full SHA for 56016d5
CMakeLists.txt
@@ -400,7 +400,7 @@ endif ()
400
# Release vs. Debug flags via generator expressions
401
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
402
if (CMAKE_BUILD_TYPE STREQUAL "Release" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
403
- target_compile_options(less_slow PRIVATE -O3 -Wno-unused-but-set-variable -falign-functions=32)
+ target_compile_options(less_slow PRIVATE -O2 -Wno-unused-but-set-variable -falign-functions=32)
404
endif ()
405
406
if (CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
0 commit comments