Skip to content

Commit

Permalink
prevent subtle rust toolchain compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
conorpp committed May 27, 2021
1 parent 0a092b6 commit c9550f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runners/lpc55/.cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ runner = "arm-none-eabi-gdb -q -x jlink.gdb"
rustflags = [
"-C", "linker=flip-link",
"-C", "link-arg=-Tlink.x",
"-C", "llvm-args=--enable-machine-outliner=never",
"-Dwarnings",
]

Expand Down

0 comments on commit c9550f6

Please sign in to comment.