From ca48896865778df2c79bc1d13f03b5f56136304c Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Sat, 27 Aug 2022 17:39:23 +0300 Subject: [PATCH] Cargo.toml: add strip option to profile.release --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 6570a04d..edc07c5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,6 +71,7 @@ lto = "fat" codegen-units = 1 opt-level = "s" debug = false +strip = true [workspace] members = ["melib", "tools", ]