From 2970535bac841d3384c848b7391653a553d93fab Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 17 May 2022 04:08:25 +0000 Subject: [PATCH] keep debug symbols on for now --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a483cf2..8ae9edfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ members = [ # TODO: enable these once rapid development is done # TODO: we can't do panic = abort because the websockets disconnect by panicing sometimes -#[profile.release] +[profile.release] +debug = true #panic = abort #lto = true