This commit is contained in:
David Tschumperle 2023-07-11 15:43:07 +02:00
parent 339bc73dcf
commit 98bf6dde98
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ if (NOT CUSTOM_CFLAGS)
if (${CMAKE_BUILD_TYPE_LOWER} STREQUAL "debug")
list(PREPEND GMIC_CXX_COMPILE_FLAGS -Og)
else()
list(PREPEND GMIC_CXX_COMPILE_FLAGS -Ofast)
list(PREPEND GMIC_CXX_COMPILE_FLAGS -O3)
endif()
endif()