From b31ea6f03510d0511dbf0d2afece14aaa65d7e5d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 17 Sep 2024 10:20:44 -0500 Subject: [PATCH] perf: Improve release performance --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3666ae2..b8cb211 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -152,6 +152,7 @@ panic = "abort" [profile.release] panic = "abort" codegen-units = 1 +lto = true [lints] workspace = true