Skip to content

Commit

Permalink
Remove -C inline-threshold=5 option from config.toml (#79)
Browse files Browse the repository at this point in the history
It doesn't work anyway, see rust-lang/rust#124712
  • Loading branch information
jannic committed Jul 26, 2024
1 parent 19c5249 commit 8f7b4b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 8f7b4b6

Please sign in to comment.