blob: 66568b892b6e3cc3edb6224573d3079b91182fe6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff '--color=auto' -rupN cosmic-notifications.orig/Cargo.toml cosmic-notifications/Cargo.toml
--- cosmic-notifications.orig/Cargo.toml 2024-09-26 18:50:44.170054898 +0200
+++ cosmic-notifications/Cargo.toml 2024-09-26 18:51:04.683618139 +0200
@@ -59,3 +59,7 @@ members = ["cosmic-notifications-util",
# [patch.'https://github.com/smithay/client-toolkit/']
# smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "3bed072" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//" }
+
+[profile.release]
+lto = "thin"
+
|