From 815783d0c912e07340e3aed6cda0f41ac1019054 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 12 Feb 2024 15:17:09 -0600 Subject: [PATCH] Strip release binaries --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b3e6bea..166e758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,9 @@ build = "src/build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +strip = true + [features] default = []