From b84f60682579c721d2b03121b6b4d825c71997fa Mon Sep 17 00:00:00 2001 From: Luis Garcia Date: Sun, 24 Nov 2024 03:23:20 -0700 Subject: [PATCH] Enable thin LTO Signed-off-by: Luis Garcia --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2e9d354..ebeb282 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,6 +35,7 @@ default-members = [ [profile.release] panic = "abort" debug = true +lto = "thin" [profile.release-github] inherits = "release"