blob: cffdc98ab81a1e3d46e8d00cb975eee8b84583c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff '--color=auto' -rupN cosmic-screenshot.orig/Cargo.toml cosmic-screenshot/Cargo.toml
--- cosmic-screenshot.orig/Cargo.toml 2024-09-26 19:15:24.780292333 +0200
+++ cosmic-screenshot/Cargo.toml 2024-09-26 19:15:41.530481539 +0200
@@ -11,4 +11,8 @@ chrono = "0.4.24"
dirs = "5.0.1"
tokio = { version = "1.28.1", features = ["full"] }
clap = { version = "4.4.16", features = ["derive"] }
-zbus = { version = "3", default-features = false, features = ["tokio"] }
\ No newline at end of file
+zbus = { version = "3", default-features = false, features = ["tokio"] }
+
+[profile.release]
+lto = "thin"
+
|