Bump optimization to O3
This commit is contained in:
parent
79531e92ea
commit
90b9781175
1 changed files with 5 additions and 1 deletions
|
@ -1,8 +1,12 @@
|
||||||
QT += core gui opengl widgets
|
QT += core gui opengl widgets
|
||||||
|
|
||||||
TARGET = fstl
|
TARGET = fstl
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
|
# Bump optimization up to -O3 in release builds
|
||||||
|
QMAKE_CXXFLAGS_RELEASE -= -O2
|
||||||
|
QMAKE_CXXFLAGS_RELEASE += -O3
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
../src/app.cpp\
|
../src/app.cpp\
|
||||||
../src/main.cpp\
|
../src/main.cpp\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue