From c636ec63f44367d2ecea5f7a229d6a9eefe2260b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 24 Jul 2025 15:07:43 +0200 Subject: [PATCH] chore: Inherit the release profile for the bench profile --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 180c6bc51..db19dd3a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -181,7 +181,7 @@ lto = false debug = true [profile.bench] -inherits = "dbg" +inherits = "release" lto = false [patch.crates-io]