diff --git a/Cargo.toml b/Cargo.toml index c530e0d3..98eaaa3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,6 @@ members = [ [patch.crates-io] zbus = {git = "https://gitlab.freedesktop.org/dbus/zbus", branch = "main"} + +[profile.release] +lto = "fat"