Skip to content

Commit

Permalink
work around rust-lang/rust#47074
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Mar 2, 2018
1 parent 82edf91 commit e325554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/06-hello-world/.cargo/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[target.thumbv7em-none-eabihf]
runner = "arm-none-eabi-gdb"
rustflags = [
"-C", "lto", # hack to work around rust-lang/rust#47074
"-C", "link-arg=-Tlink.x",
"-C", "linker=arm-none-eabi-ld",
"-Z", "linker-flavor=ld",
Expand Down

0 comments on commit e325554

Please # to comment.