blob: 378620e69f6e09a42e1b2c3b55defeec02958ecf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff '--color=auto' -rupN cosmic-settings-daemon.orig/Cargo.toml cosmic-settings-daemon/Cargo.toml
--- cosmic-settings-daemon.orig/Cargo.toml 2024-09-26 19:33:10.985621327 +0200
+++ cosmic-settings-daemon/Cargo.toml 2024-09-26 19:33:29.449161455 +0200
@@ -40,3 +40,7 @@ memoize = "0.4.2"
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
+
+[profile.release]
+lto = "thin"
+
|