mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-22 13:02:21 -04:00
fix: stack overflow on windows
This commit is contained in:
parent
e56b7dbccf
commit
dd93a79d87
1 changed files with 4 additions and 0 deletions
|
@ -1,2 +1,6 @@
|
||||||
[target.armv7-unknown-linux-gnueabihf]
|
[target.armv7-unknown-linux-gnueabihf]
|
||||||
linker = "arm-linux-gnueabihf-gcc"
|
linker = "arm-linux-gnueabihf-gcc"
|
||||||
|
|
||||||
|
# windows defaults to smaller stack sizes which isn't enough
|
||||||
|
[target.'cfg(windows)']
|
||||||
|
rustflags = ["-C", "link-args=/STACK:8388608"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue