Skip to content

Commit e325554

Browse files
committed
1 parent 82edf91 commit e325554

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

Lines changed: 1 addition & 0 deletions
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)