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