From 1ae7fc27261478652c7ae173fbe0e5d50ae048fc Mon Sep 17 00:00:00 2001 From: Trevor Fitzgerald Date: Thu, 19 Sep 2024 05:24:08 -0700 Subject: [PATCH] Fix warning stripping debug info (#121) --- command/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/command/Cargo.toml b/command/Cargo.toml index 07425b29..a36dfa02 100644 --- a/command/Cargo.toml +++ b/command/Cargo.toml @@ -3,6 +3,9 @@ name = "command" version = "0.1.0" edition = "2021" +[profile.release] +strip = "none" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]