mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-29 23:26:24 +01:00
windows-build: increased stack for x86 build as libwallet allocates 2Mb
of stack internally
This commit is contained in:
parent
d7e03f9cde
commit
15bfc85305
@ -73,6 +73,17 @@ win32 {
|
||||
-lwsock32 \
|
||||
-lIphlpapi \
|
||||
-lgdi32
|
||||
|
||||
|
||||
!contains(QMAKE_TARGET.arch, x86_64) {
|
||||
message("x86 build")
|
||||
## Windows x86 (32bit) specific build here
|
||||
QMAKE_LFLAGS += -Wl,--stack,4194304
|
||||
} else {
|
||||
message("x64 build")
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
linux {
|
||||
|
Loading…
Reference in New Issue
Block a user