From 4530507109ed4eaf9a96afc4d516ca13b63b5c33 Mon Sep 17 00:00:00 2001 From: rvcas Date: Wed, 1 Feb 2023 12:21:56 -0500 Subject: [PATCH] chore: remove debug symbols in release --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index caa47b9d..f37dd8fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,4 @@ members = ["crates/*"] [profile.release] -# strip = true -debug = true +strip = true