From fd2009d1fdb50ad66fc53fe87f5518c0ffa92296 Mon Sep 17 00:00:00 2001 From: Valerie Date: Sun, 4 Feb 2024 18:30:27 -0500 Subject: [PATCH] changed release profile --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc17c49..05a0854 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ codegen-units = 1 debug = false lto = true panic = "abort" -strip = "debuginfo" +strip = "symbols"