From 0dfded34579f5c379589498dbd554e57de72607d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos=20P=2E=20Bezerra?= Date: Wed, 4 Oct 2023 19:39:01 -0300 Subject: [PATCH] Strip binary when building with cargo This is already done in CI --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5e45626..01a92ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,3 +58,4 @@ default = ["flate2/zlib", "gzp/deflate_zlib", "zip/deflate-zlib", "zstd/thin"] lto = true codegen-units = 1 opt-level = 3 +strip = true