From 9c8d81de2e8a1a70da6967cfe5745fc69b933618 Mon Sep 17 00:00:00 2001 From: Trevor Fitzgerald Date: Fri, 13 Sep 2024 17:20:06 -0400 Subject: [PATCH] Fix warning stripping debug info --- 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]