1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

Raise total stack size on Windows to 8 MB. Closes #7021.

MSVC default was 1 MB.
This commit is contained in:
Chocobo1 2017-06-30 23:41:55 +08:00
parent 1a506ac582
commit 741d87cb91

View File

@ -12,7 +12,7 @@ strace_win {
}
CONFIG -= embed_manifest_exe
QMAKE_LFLAGS += "/OPT:REF /OPT:ICF /MANIFEST:EMBED /MANIFESTINPUT:$$quote($${PWD}/src/qbittorrent.exe.manifest)"
QMAKE_LFLAGS += "/OPT:REF /OPT:ICF /MANIFEST:EMBED /MANIFESTINPUT:$$quote($${PWD}/src/qbittorrent.exe.manifest) /STACK:0x800000"
RC_FILE = qbittorrent.rc