From 810cdc8f81969166ab010945076f6cb7fe5f4119 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:31:36 +0200 Subject: [PATCH] Enable fat lto --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f6426d2..4b8e191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,3 +17,7 @@ chrono = "0.4.38" tree-sitter-json = "0.21.0" tree-sitter = "0.22.6" urlencoding = "2.1.3" + +[profile.release] +lto = "fat" +codegen-units = 1