aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 22504795..cb5a942a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,3 +75,6 @@ large_enum_variant = "allow"
module_inception = "allow"
multiple_inherent_impl = "warn"
type_complexity = "allow"
+
+[profile.release]
+strip = "debuginfo"