File lto.patch of Package cosmic-session-git
diff --unified --recursive --text a/Cargo.toml b/Cargo.toml --- a/Cargo.toml 2025-03-22 19:36:21.353212534 -0600 +++ b/Cargo.toml 2025-03-22 19:36:59.313942602 -0600 @@ -51,3 +51,6 @@ systemd = ["dep:zbus_systemd", "dep:tracing-journald"] default = ["systemd"] autostart = ["dep:shell-words", "dep:dirs", "dep:freedesktop-desktop-entry"] + +[profile.release] +lto = "thin"