We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba8ccd commit bc94804Copy full SHA for bc94804
Cargo.toml
@@ -57,7 +57,7 @@ serde = { version = "1.0.152", features = ["derive"] }
57
freedesktop-desktop-entry = "0.6.0"
58
59
[profile.release]
60
-lto = false
+lto = "fat"
61
62
[workspace.metadata.cargo-machete]
63
ignored = ["libcosmic"]
@@ -66,4 +66,4 @@ ignored = ["libcosmic"]
66
# libcosmic = { git = "https://github.com/pop-os/libcosmic//" }
67
68
[patch."https://github.com/Smithay/client-toolkit"]
69
-sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" }
+sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "3bed072" }
0 commit comments