We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171bc77 commit 33bb371Copy full SHA for 33bb371
2 files changed
conf.pri.windows
@@ -65,4 +65,5 @@ CONFIG += stacktrace
65
win32-msvc* {
66
QMAKE_CXXFLAGS += "/guard:cf"
67
QMAKE_LFLAGS += "/guard:cf"
68
+ QMAKE_LFLAGS_RELEASE += "/OPT:REF /OPT:ICF"
69
}
winconf.pri
@@ -39,7 +39,6 @@ win32-g++* {
39
else:win32-msvc* {
40
CONFIG -= embed_manifest_exe
41
QMAKE_LFLAGS += "/MANIFEST:EMBED /MANIFESTINPUT:$$quote($${PWD}/src/qbittorrent.exe.manifest) /STACK:0x800000"
42
- QMAKE_LFLAGS_RELEASE += "/OPT:REF /OPT:ICF"
43
44
RC_FILE = qbittorrent.rc
45
0 commit comments