diff --git a/Cargo.toml b/Cargo.toml index c0c7a68..f308793 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,3 +47,6 @@ cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notificati [features] systemd = ["dep:zbus_systemd", "dep:tracing-journald"] default = ["systemd"] + +[profile.release] +lto = "fat"