From 17706c2c9765e32ac5ee4986e290bedb41499774 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Fri, 26 Jul 2024 22:01:51 +0000 Subject: [PATCH] Remove -C inline-threshold=5 option from config.toml 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", ]