We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82edf91 + e325554 commit 7732007Copy full SHA for 7732007
src/06-hello-world/.cargo/config
@@ -1,6 +1,7 @@
1
[target.thumbv7em-none-eabihf]
2
runner = "arm-none-eabi-gdb"
3
rustflags = [
4
+ "-C", "lto", # hack to work around rust-lang/rust#47074
5
"-C", "link-arg=-Tlink.x",
6
"-C", "linker=arm-none-eabi-ld",
7
"-Z", "linker-flavor=ld",
0 commit comments