From d55d67106223297243e301fb0815cd03ef8f96cc Mon Sep 17 00:00:00 2001 From: pkoevesdi <33196971+pkoevesdi@users.noreply.github.com> Date: Sun, 17 Nov 2024 11:40:10 +0100 Subject: [PATCH] fixed deprecated inline-threshold --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index c5164c7..afd45e7 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -11,7 +11,7 @@ rustflags = [ # "-Z", # "trap-unreachable=no", "-C", - "inline-threshold=5", + "llvm-args=--inline-threshold=5", "-C", "no-vectorize-loops", "-C",