Skip to content

Commit 7732007

Browse files
committed
Merge #70
70: work around rust-lang/rust#47074 r=japaric a=japaric
2 parents 82edf91 + e325554 commit 7732007

File tree

1 file changed

+1
-0
lines changed
  • src/06-hello-world/.cargo

1 file changed

+1
-0
lines changed

src/06-hello-world/.cargo/config

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[target.thumbv7em-none-eabihf]
22
runner = "arm-none-eabi-gdb"
33
rustflags = [
4+
"-C", "lto", # hack to work around rust-lang/rust#47074
45
"-C", "link-arg=-Tlink.x",
56
"-C", "linker=arm-none-eabi-ld",
67
"-Z", "linker-flavor=ld",

0 commit comments

Comments
 (0)