From cd8900d9365cc3fe7e0136e73b8f8ae6b1ad3fd9 Mon Sep 17 00:00:00 2001 From: Keenan Tims Date: Wed, 11 Dec 2024 18:40:29 -0800 Subject: [PATCH] chore: enable LTO for release builds --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2d836b5..51b9ee9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,6 @@ itertools = "0.13.0" rayon = "1.10.0" regex = "1.11.1" thread_local = "1.1.8" + +[profile.release] +lto = true \ No newline at end of file