blob: cba808353e6d2bffbeed0b5f56d4b32af3366fec (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --unified --recursive --text a/Cargo.toml b/Cargo.toml
--- a/Cargo.toml 2026-03-14 13:16:22.287281968 -0600
+++ b/Cargo.toml 2026-03-14 13:17:11.477912943 -0600
@@ -56,3 +56,6 @@
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
+
+[profile.release]
+lto = "thin"
|