From 472eadbc178ed70a4acc9339d34f0bb2fa04b0a1 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 14 Feb 2025 19:40:28 -0500 Subject: Before fucked up undo situation --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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 -- cgit v1.2.3