Skip to content

Commit

Permalink
examples: rp-pico: Remove -Cinline-threshold
Browse files Browse the repository at this point in the history
This flag was deprecated and no longer has any effect.  The example
works fine without perfectly tuned inlining, so let's drop it without
replacement.

Link: rust-lang/rust#124712
  • Loading branch information
Rahix committed Jan 17, 2025
1 parent f49ffb8 commit 6d7eced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/rp-pico/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ rustflags = [
# trap unreachable can save a lot of space, but requires nightly compiler.
# uncomment the next line if you wish to enable it
# "-Z", "trap-unreachable=no",
"-C", "inline-threshold=5",
"-C", "no-vectorize-loops",
]

Expand Down

0 comments on commit 6d7eced

Please sign in to comment.