Skip to content

Commit

Permalink
Add workaround for potential miscompilation
Browse files Browse the repository at this point in the history
rust-embedded/cortex-m#503
-z is 229kB, -s is 248KB text, so worth keeping -z
  • Loading branch information
mkj committed Dec 30, 2023
1 parent a3bdfcc commit 01ad34d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embassy/demos/picow/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ runner = "probe-run --chip RP2040"

[build]
target = "thumbv6m-none-eabi"
rustflags = "-Cllvm-args=--enable-machine-outliner=never"

[env]
DEFMT_LOG = "debug"

0 comments on commit 01ad34d

Please sign in to comment.