Skip to content

Commit

Permalink
fixed deprecated inline-threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoevesdi authored Nov 17, 2024
1 parent ccbc490 commit d55d671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rustflags = [
# "-Z",
# "trap-unreachable=no",
"-C",
"inline-threshold=5",
"llvm-args=--inline-threshold=5",
"-C",
"no-vectorize-loops",
"-C",
Expand Down

0 comments on commit d55d671

Please sign in to comment.