mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
7 lines
207 B
TOML
7 lines
207 B
TOML
[target.armv7-unknown-linux-gnueabihf]
|
|
linker = "arm-linux-gnueabihf-gcc"
|
|
|
|
# windows defaults to smaller stack sizes which isn't enough
|
|
[target.'cfg(windows)']
|
|
rustflags = ["-C", "link-args=/STACK:8388608"]
|