Move optimization flags

Those flags aren't strictly required when compiling but they are
recommended to be on.
This commit is contained in:
Chocobo1
2018-06-18 00:32:22 +08:00
parent 171bc77059
commit 33bb3719d7
2 changed files with 1 additions and 1 deletions

View File

@@ -65,4 +65,5 @@ CONFIG += stacktrace
win32-msvc* {
QMAKE_CXXFLAGS += "/guard:cf"
QMAKE_LFLAGS += "/guard:cf"
QMAKE_LFLAGS_RELEASE += "/OPT:REF /OPT:ICF"
}