mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Optimize binary size under MSVC linker.
This commit is contained in:
parent
743134856e
commit
a730c27aef
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ strace_win:{
|
||||||
LIBS += dbghelp.lib
|
LIBS += dbghelp.lib
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QMAKE_LFLAGS += "/OPT:REF /OPT:ICF"
|
||||||
|
|
||||||
RC_FILE = qbittorrent.rc
|
RC_FILE = qbittorrent.rc
|
||||||
|
|
||||||
# Enable Wide characters
|
# Enable Wide characters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue