master
zetaPRIME 2022-03-19 02:09:29 -04:00
parent 1a6f85e0fa
commit 3af05f2cc3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ CONFIG += c++17
# use all optimizations that won't generally interfere with debugging
QMAKE_CXXFLAGS_DEBUG += -Og
QMAKE CXXFLAGS_RELEASE += -O3
QMAKE_CXXFLAGS_RELEASE += -O3
# automatically build file lists
SOURCES += $$files(*.cpp, true)