mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Move optimization flags
Those flags aren't strictly required when compiling but they are recommended to be on.
This commit is contained in:
@@ -65,4 +65,5 @@ CONFIG += stacktrace
|
|||||||
win32-msvc* {
|
win32-msvc* {
|
||||||
QMAKE_CXXFLAGS += "/guard:cf"
|
QMAKE_CXXFLAGS += "/guard:cf"
|
||||||
QMAKE_LFLAGS += "/guard:cf"
|
QMAKE_LFLAGS += "/guard:cf"
|
||||||
|
QMAKE_LFLAGS_RELEASE += "/OPT:REF /OPT:ICF"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ win32-g++* {
|
|||||||
else:win32-msvc* {
|
else:win32-msvc* {
|
||||||
CONFIG -= embed_manifest_exe
|
CONFIG -= embed_manifest_exe
|
||||||
QMAKE_LFLAGS += "/MANIFEST:EMBED /MANIFESTINPUT:$$quote($${PWD}/src/qbittorrent.exe.manifest) /STACK:0x800000"
|
QMAKE_LFLAGS += "/MANIFEST:EMBED /MANIFESTINPUT:$$quote($${PWD}/src/qbittorrent.exe.manifest) /STACK:0x800000"
|
||||||
QMAKE_LFLAGS_RELEASE += "/OPT:REF /OPT:ICF"
|
|
||||||
|
|
||||||
RC_FILE = qbittorrent.rc
|
RC_FILE = qbittorrent.rc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user