Skip to content

Commit 416e74a

Browse files
committed
Fix warning related to inline-threshold parameter
1 parent b2bfad7 commit 416e74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rustflags = [
55
"-C", "link-arg=-Tlink.x",
66

77
# Code-size optimizations.
8-
"-C", "inline-threshold=5",
8+
"-Cllvm-args=--inline-threshold=5",
99
"-C", "no-vectorize-loops",
1010
"-C", "force-frame-pointers=no",
1111

0 commit comments

Comments
 (0)