Skip to content

Commit 2e15359

Browse files
authored
fix: remove inline-threshold from the config's template too (#98)
This change mirros 8f7b4b6. When fetching through cargo-generate, a different file is used to build the config file. Fixes #97
1 parent 053210c commit 2e15359

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cargo-generate/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ rustflags = [
2525
# trap unreachable can save a lot of space, but requires nightly compiler.
2626
# uncomment the next line if you wish to enable it
2727
# "-Z", "trap-unreachable=no",
28-
"-C", "inline-threshold=5",
2928
"-C", "no-vectorize-loops",
3029
]
3130

0 commit comments

Comments
 (0)