From 39227c5f5991da1c32cef37a2568f9b985fbf0a8 Mon Sep 17 00:00:00 2001 From: Michael Kamprath Date: Tue, 24 Sep 2024 21:53:12 -0700 Subject: [PATCH] removed inlining config --- .cargo/config.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 008321d..c909f85 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -20,8 +20,6 @@ rustflags = [ # uncomment the next line if you wish to enable it # "-Z", "trap-unreachable=no", "-C", - "inline-threshold=5", - "-C", "no-vectorize-loops", ]