fix: remove inline-threshold from the config's template too (#98)
This change mirros 8f7b4b67. When fetching through cargo-generate, a different file is used to build the config file. Fixes #97
This commit is contained in:
parent
053210c8e0
commit
2e15359a72
@ -25,7 +25,6 @@ rustflags = [
|
|||||||
# trap unreachable can save a lot of space, but requires nightly compiler.
|
# trap unreachable can save a lot of space, but requires nightly compiler.
|
||||||
# uncomment the next line if you wish to enable it
|
# uncomment the next line if you wish to enable it
|
||||||
# "-Z", "trap-unreachable=no",
|
# "-Z", "trap-unreachable=no",
|
||||||
"-C", "inline-threshold=5",
|
|
||||||
"-C", "no-vectorize-loops",
|
"-C", "no-vectorize-loops",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user