Skip to content

Commit 6d7eced

Browse files
committed
examples: rp-pico: Remove -Cinline-threshold
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
1 parent f49ffb8 commit 6d7eced

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/rp-pico/.cargo/config.toml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ rustflags = [
1616
# trap unreachable can save a lot of space, but requires nightly compiler.
1717
# uncomment the next line if you wish to enable it
1818
# "-Z", "trap-unreachable=no",
19-
"-C", "inline-threshold=5",
2019
"-C", "no-vectorize-loops",
2120
]
2221

0 commit comments

Comments
 (0)