mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-11 22:47:02 -06:00
Merge pull request #7023 from Chocobo1/msvc_stack
Raise total stack size on Windows
This commit is contained in:
commit
aa947ee966
@ -12,7 +12,8 @@ strace_win {
|
|||||||
}
|
}
|
||||||
|
|
||||||
CONFIG -= embed_manifest_exe
|
CONFIG -= embed_manifest_exe
|
||||||
QMAKE_LFLAGS += "/OPT:REF /OPT:ICF /MANIFEST:EMBED /MANIFESTINPUT:$$quote($${PWD}/src/qbittorrent.exe.manifest)"
|
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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user