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