From 562dc1071d18d21ee3472403d0cabb1e04448518 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 14 Mar 2024 10:47:05 +0100 Subject: [PATCH] chore: strip release executables by default Signed-off-by: Harald Hoyer --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1806e04..7b29d49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ members = ["crates/*", "bin/*"] resolver = "2" +[profile.release] +strip = true + [workspace.package] version = "0.1.2-alpha.1" edition = "2021"