From 5df3f9e28b3f47fa0a0b208c1e0faa761f2dd91f Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 23 Jan 2023 21:39:42 -0800 Subject: [PATCH] enable lto on release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75a15ab9..be3c4406 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ members = [ # we leave debug = true on so that sentry can give us line numbers debug = true # TODO: enable lto (and maybe other things proven with benchmarks) once rapid development is done -#lto = true +lto = true # TODO: we can't do panic = abort because the websockets disconnect by panicking sometimes