From c2c65dcc0f21948f521920758467f15b8388981d Mon Sep 17 00:00:00 2001 From: Maurus Decimus <11444311+mdecimus@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:30:03 +0200 Subject: [PATCH] Strip release binaries --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0680c8c..320e80ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ panic = 'unwind' debug-assertions = false overflow-checks = false rpath = false -strip = false +strip = true [profile.test] opt-level = 0