diff --git a/Cargo.toml b/Cargo.toml
index c2d6d02..16c1a82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,3 +51,6 @@ cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notificati
 systemd = ["dep:zbus_systemd", "dep:tracing-journald"]
 default = ["systemd"]
 autostart = ["dep:shell-words", "dep:dirs", "dep:freedesktop-desktop-entry"]
+
+[profile.release]
+lto = "thin"
