Skip to content

Commit a486424

Browse files
committed
prevent subtle rust toolchain compiler error
rust-lang/rust#85351
1 parent 0a092b6 commit a486424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runners/lpc55/.cargo/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ runner = "arm-none-eabi-gdb -q -x jlink.gdb"
33
rustflags = [
44
"-C", "linker=flip-link",
55
"-C", "link-arg=-Tlink.x",
6+
"-C", "llvm-args=--enable-machine-outliner=never",
67
"-Dwarnings",
78
]
89

0 commit comments

Comments
 (0)