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"