From c516afbca3621a9deada147085409ae6619b0e72 Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Sat, 17 Jun 2023 13:30:58 +0800 Subject: [PATCH] lto benchmarks --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e2fc25..c82961e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ twox-hash = { version = "1.6.3", default-features = false, optional = true } [profile.bench] codegen-units = 1 -debug = true +lto = true opt-level = 3 [profile.release]