mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 13:24:33 +00:00
windows-build-x86: explained why stack is increased
This commit is contained in:
parent
15bfc85305
commit
76c5c11a1b
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ win32 {
|
||||||
!contains(QMAKE_TARGET.arch, x86_64) {
|
!contains(QMAKE_TARGET.arch, x86_64) {
|
||||||
message("x86 build")
|
message("x86 build")
|
||||||
## Windows x86 (32bit) specific build here
|
## Windows x86 (32bit) specific build here
|
||||||
|
## there's 2Mb stack in libwallet allocated internally
|
||||||
|
## this fixes app crash for x86 Windows build
|
||||||
QMAKE_LFLAGS += -Wl,--stack,4194304
|
QMAKE_LFLAGS += -Wl,--stack,4194304
|
||||||
} else {
|
} else {
|
||||||
message("x64 build")
|
message("x64 build")
|
||||||
|
|
Loading…
Reference in a new issue