diff --git a/Cargo.toml b/Cargo.toml index 93c311f..e5d66a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,3 +32,6 @@ tokio = { version = "1.37", features = ["macros", "rt", "time", "signal"] } zbus = { version = "3.15.2", default-features = false, features = [ "tokio"] } zbus_polkit = { version = "3.0.0", features = ["tokio"] } zvariant = "3.15.2" + +[profile.release] +lto = true