From 6d5fd0d4e06b172ecff1acd5d9c7e9f96f1203ca Mon Sep 17 00:00:00 2001 From: asonix Date: Fri, 10 Nov 2023 19:19:52 -0600 Subject: [PATCH] Enable stripping binaries --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 70f1d17..1a3ee42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,9 @@ readme = "README.md" repository = "https://git.asonix.dog/asonix/pict-rs" edition = "2021" +[profile.release] +strip = true + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = []