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