summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-11-10 10:47:00 +0100
committerGitHub <noreply@github.com>2022-11-10 10:47:00 +0100
commite8baa355157f8e840621f4600262a4ed2456cc11 (patch)
tree641ff66659f3f948f7b7a2edf11c938aad1aa3a2
parentc086e33ed36a299dd6acad4554eed55bacff3c9a (diff)
chore(release): bring back stripping
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1dbdb3e76..fe48b1715 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,8 +45,7 @@ members = [
[profile.release]
lto = true
-# Keep debug symbols so we see function names in backtraces
-strip = false
+strip = true
[package.metadata.deb]
depends = "$auto"