chore: release profile

This commit is contained in:
Ashley Wulber 2026-05-12 14:16:40 -04:00 committed by Ashley Wulber
parent 8b2ff3df73
commit 78a6f78621

View file

@ -62,10 +62,9 @@ cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
serde = { version = "1.0.228", features = ["derive"] }
[profile.release]
# opt-level = 3
# panic = "abort"
# lto = "thin"
opt-level = 1
opt-level = 3
panic = "abort"
lto = "thin"
[workspace.metadata.cargo-machete]
ignored = ["libcosmic"]