Use -O3 instead of -Ofast

This commit is contained in:
Sébastien Fourey 2023-07-11 11:45:53 +02:00
parent 85106d734f
commit fbcca15269
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ RESOURCES += wip_translations.qrc
# Prevent overwriting of these files by lupdate
# TRANSLATIONS += translations/filters/fr.ts
QMAKE_CXXFLAGS_RELEASE += -Ofast # -O3 -s
QMAKE_CXXFLAGS_RELEASE += -O3
QMAKE_LFLAGS_RELEASE += -s
QMAKE_CXXFLAGS_DEBUG += -Dcimg_verbosity=3