chore: re-enable fat lto
This commit is contained in:
parent
8ba8ccd6c0
commit
bc94804bd8
1 changed files with 2 additions and 2 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue