We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bfad7 commit 416e74aCopy full SHA for 416e74a
.cargo/config.toml
@@ -5,7 +5,7 @@ rustflags = [
5
"-C", "link-arg=-Tlink.x",
6
7
# Code-size optimizations.
8
- "-C", "inline-threshold=5",
+ "-Cllvm-args=--inline-threshold=5",
9
"-C", "no-vectorize-loops",
10
"-C", "force-frame-pointers=no",
11
0 commit comments