summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea54f9f..2c16291 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,9 @@ path = "src/main.rs"
[profile.release]
opt-level = 2
codegen-units = 1
+# split-debuginfo = "packed"
+strip = true
+# debug = "full"
[profile.dev.package."*"]
opt-level = 2