fix: update fde to fix broken app entries

This commit is contained in:
Michael Aaron Murphy 2025-04-30 17:24:52 +02:00
parent f26992e41a
commit 50711eac62
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 40 additions and 43 deletions

View file

@ -70,7 +70,7 @@ serde = { version = "1.0.219", features = ["derive"] }
[profile.release]
opt-level = "s"
panic = "abort"
lto = "fat"
lto = "off"
[workspace.metadata.cargo-machete]
ignored = ["libcosmic"]