From 033c5959f2afdab24415767d566aa213cad04a39 Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Sat, 12 Oct 2024 14:21:34 +0300 Subject: [PATCH] feat: enable LTO --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 38bcf79..be042b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,3 +44,6 @@ switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" zbus = { version = "4.2.1", default-features = false, features = ["tokio"] } unicode-truncate = "1.0.0" unicode-width = "0.1.11" + +[profile.release] +lto = "fat"