mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 20:06:34 +02:00
windows-build-x86: explained why stack is increased
This commit is contained in:
parent
15bfc85305
commit
76c5c11a1b
@ -78,6 +78,8 @@ win32 {
|
||||
!contains(QMAKE_TARGET.arch, x86_64) {
|
||||
message("x86 build")
|
||||
## 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
|
||||
} else {
|
||||
message("x64 build")
|
||||
|
Loading…
Reference in New Issue
Block a user