From 2e15359a729701012b8b9ab58351b6d4bb449692 Mon Sep 17 00:00:00 2001 From: Wilfried Chauveau Date: Tue, 13 May 2025 07:11:28 +0100 Subject: [PATCH] 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 --- cargo-generate/config.toml | 1 - 1 file changed, 1 deletion(-) 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", ]