mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-05 20:51:25 -07:00
Separate "Release mode" linker options
This commit is contained in:
parent
c83bb22e80
commit
164e8156db
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ strace_win {
|
|||
}
|
||||
|
||||
CONFIG -= embed_manifest_exe
|
||||
QMAKE_LFLAGS += "/OPT:REF /OPT:ICF /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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue