waveshare-rust-rp2040/.cargo/config

13 lines
263 B
Plaintext
Raw Normal View History

2021-10-11 20:19:54 +00:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
rustflags = [
"-C", "linker=flip-link",
"-C", "link-arg=--nmagic",
"-C", "link-arg=-Tlink.x",
"-C", "inline-threshold=5",
"-C", "no-vectorize-loops",
]
[build]
target = "thumbv6m-none-eabi"