diff --git a/Cargo.toml b/Cargo.toml index 6570a04d4..edc07c5f6 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", ]