From 25a832a49719870de7aa47895130c509776c537b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 17 Sep 2024 10:19:31 -0500 Subject: [PATCH] perf: Improve release performance --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c3006cc..78b2140 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,3 +94,4 @@ panic = "abort" [profile.release] panic = "abort" codegen-units = 1 +lto = true