From 7f8e444356393e8e9a2a62d697b1bf575a643825 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 20 May 2022 03:37:17 +0000 Subject: [PATCH] comments --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b5964cab..6814b735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,8 @@ members = [ "web3-proxy-frontend", ] -# TODO: enable these once rapid development is done -# TODO: we can't do panic = abort because the websockets disconnect by panicing sometimes +# TODO: enable lto (and maybe other things proven with benchmarks) once rapid development is done +# TODO: we can't do panic = abort because the websockets disconnect by panicking sometimes [profile.release] debug = true -#panic = abort #lto = true