From a4e3b98c6a89839557fbbf85d83626c99bb5b126 Mon Sep 17 00:00:00 2001 From: ondra05 Date: Sat, 16 Apr 2022 22:11:13 +0200 Subject: [PATCH] Release binaries are now stripped --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0787aeb..b791aae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,4 +2,5 @@ members = ["ablescript", "ablescript_cli"] [profile.release] -lto = "fat" +lto = true +strip = true