Skip to content

Commit 10d3474

Browse files
pkoevesdiYatekii
authored andcommitted
fixed deprecated inline-threshold
1 parent ccbc490 commit 10d3474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rustflags = [
1111
# "-Z",
1212
# "trap-unreachable=no",
1313
"-C",
14-
"inline-threshold=5",
14+
"llvm-args=--inline-threshold=5",
1515
"-C",
1616
"no-vectorize-loops",
1717
"-C",

0 commit comments

Comments
 (0)