From b7e2acf14c3fb009379728c2eda64de1ce4cb9ce Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Sat, 12 Oct 2024 13:22:57 +0300 Subject: [PATCH] feat: enable LTO --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ba573834..d2b16e0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,3 +36,6 @@ winreg = "0.8" [features] appimage = ["backend/appimage"] + +[profile.release] +lto = true