2021-03-14 22:42:21 -04:00
|
|
|
[target.armv7-unknown-linux-gnueabihf]
|
|
|
|
linker = "arm-linux-gnueabihf-gcc"
|
2024-08-21 10:33:04 -04:00
|
|
|
|
|
|
|
# windows defaults to smaller stack sizes which isn't enough
|
|
|
|
[target.'cfg(windows)']
|
|
|
|
rustflags = ["-C", "link-args=/STACK:8388608"]
|