From 8f7b4b672233f8f25a0ec74bf44c779ba480b999 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Sat, 27 Jul 2024 01:34:35 +0200 Subject: [PATCH] Remove -C inline-threshold=5 option from config.toml (#79) It doesn't work anyway, see https://github.com/rust-lang/rust/pull/124712 --- .cargo/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 8cce891..a565984 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -15,7 +15,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", ]