summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2022-08-27 17:39:23 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2022-08-27 17:39:23 +0300
commitca48896865778df2c79bc1d13f03b5f56136304c (patch)
tree82c0d71b51218a112329a1b4619a28afc20d718e
parent7650805c60cec2fe09cd2a59cb665731f5cca140 (diff)
downloadmeli-ca48896865778df2c79bc1d13f03b5f56136304c.zip
Cargo.toml: add strip option to profile.release
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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", ]