From 2be2635eb3abb69fe4dffe16e2e3e0c0a8de8fb3 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 12 Feb 2024 15:16:51 -0600 Subject: [PATCH] Strip release binaries --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2f5bb3d..de2a37a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,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 + [build-dependencies] ructe = "0.17.0"