From 03e8b31f925a9b86008728a4377bcfe4d66888e1 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 12 Feb 2024 15:17:32 -0600 Subject: [PATCH] Strip release binaries --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index da9aeff..d1c9332 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,9 @@ edition = "2021" build = "src/build.rs" +[profile.release] +strip = true + [features] default = []