From a248249e0a12bc002c72f487152a50cdb185ea1b Mon Sep 17 00:00:00 2001 From: Joe Isaacs Date: Thu, 4 Jun 2026 16:49:03 +0100 Subject: [PATCH] fix: `[profile.bench]` `codegen-units = 16` Signed-off-by: Joe Isaacs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2ae05ece8d..b3393aad538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -389,7 +389,7 @@ debug = "full" inherits = "release" [profile.bench] -codegen-units = 1 +codegen-units = 16 debug = "full" lto = false