Skip to content

Commit 8f7b4b6

Browse files
authored
Remove -C inline-threshold=5 option from config.toml (#79)
It doesn't work anyway, see rust-lang/rust#124712
1 parent 19c5249 commit 8f7b4b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.cargo/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ rustflags = [
1515
# trap unreachable can save a lot of space, but requires nightly compiler.
1616
# uncomment the next line if you wish to enable it
1717
# "-Z", "trap-unreachable=no",
18-
"-C", "inline-threshold=5",
1918
"-C", "no-vectorize-loops",
2019
]
2120

0 commit comments

Comments
 (0)