chore: re-enable fat lto

This commit is contained in:
Michael Aaron Murphy 2024-06-07 00:26:10 +02:00
parent 8ba8ccd6c0
commit bc94804bd8
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -57,7 +57,7 @@ serde = { version = "1.0.152", features = ["derive"] }
freedesktop-desktop-entry = "0.6.0"
[profile.release]
lto = false
lto = "fat"
[workspace.metadata.cargo-machete]
ignored = ["libcosmic"]
@ -66,4 +66,4 @@ ignored = ["libcosmic"]
# libcosmic = { git = "https://github.com/pop-os/libcosmic//" }
[patch."https://github.com/Smithay/client-toolkit"]
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" }