aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 3c0580eb5aa98f35c183d9430356168c6d4f3bc4 (plain)
1
2
3
4
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
rustflags = [
    "-C", "link-arg=-Timxrt-link.x",
]