From 61182a3c318c38ebf4286bce6ba96fa60ea95241 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sun, 10 Jul 2022 01:18:54 +0200 Subject: [PATCH] strip binary --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b26302..dc73b43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [profile.release] lto = true -# strip = "symbols" +strip = "symbols"