diff --git a/cargo-generate/config.toml b/cargo-generate/config.toml index 8295a52..0e61763 100644 --- a/cargo-generate/config.toml +++ b/cargo-generate/config.toml @@ -25,7 +25,6 @@ rustflags = [ # trap unreachable can save a lot of space, but requires nightly compiler. # uncomment the next line if you wish to enable it # "-Z", "trap-unreachable=no", - "-C", "inline-threshold=5", "-C", "no-vectorize-loops", ]