summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-02-14 19:40:28 -0500
committerLLLL Colonq <llll@colonq>2025-02-14 19:40:28 -0500
commit472eadbc178ed70a4acc9339d34f0bb2fa04b0a1 (patch)
tree61a9d70b5d6428509809cc016a8c8a5fdec3267a /Cargo.toml
parentc4f96d2b3f3b3878d6e0bbca7e0c4cd3f5d8bc85 (diff)
Before fucked up undo situation
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