From 58b6fd88fc0c50936b59fb916f5809e34a81f4d2 Mon Sep 17 00:00:00 2001 From: sokorototo Date: Sun, 12 Jan 2025 15:25:42 +0300 Subject: [PATCH] ... --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2ae04c1..c4385a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,11 @@ resolver = "2" [profile.bench] debug = true + +[profile.bindings] +inherits = "release" +opt-level = 3 +strip = true +lto = true +codegen-units = 1 +panic = "abort"