diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-14 19:40:28 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-14 19:40:28 -0500 |
| commit | 472eadbc178ed70a4acc9339d34f0bb2fa04b0a1 (patch) | |
| tree | 61a9d70b5d6428509809cc016a8c8a5fdec3267a /Cargo.toml | |
| parent | c4f96d2b3f3b3878d6e0bbca7e0c4cd3f5d8bc85 (diff) | |
Before fucked up undo situation
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
