From 4ac60feca21722db464d038e6992449fc5d773b5 Mon Sep 17 00:00:00 2001 From: mdecimus Date: Sat, 7 Jun 2025 21:18:14 +0200 Subject: [PATCH] Do not strip release binaries --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd77cf83..0be977e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ panic = 'unwind' debug-assertions = false overflow-checks = false rpath = false -#strip = true +strip = true [profile.test] opt-level = 0