From 4ea84cab3eb040bd91e15fab593c2155d37a6aea Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk Date: Thu, 7 Nov 2024 17:33:04 -0800 Subject: [PATCH] Remove the redundant bench profile --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 05a6ddd..bf1f2a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,3 @@ rustdoc-args = ["--cfg", "docsrs"] [[bench]] name = "bench" harness = false - -[profile.bench] -lto = true -codegen-units = 1