blob: 4e41fd2cc414201aef7ca036647bce3a5d320c6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff '--color=auto' -rupN cosmic-session.orig/Cargo.toml cosmic-session/Cargo.toml
--- cosmic-session.orig/Cargo.toml 2024-09-26 19:18:22.928970232 +0200
+++ cosmic-session/Cargo.toml 2024-09-26 19:18:39.325821898 +0200
@@ -47,3 +47,7 @@ cosmic-notifications-util = { git = "htt
[features]
systemd = ["dep:zbus_systemd", "dep:tracing-journald"]
default = ["systemd"]
+
+[profile.release]
+lto = "thin"
+
|