perf(cargo): re-enable opt-level = 3

This commit is contained in:
Michael Aaron Murphy 2025-10-04 05:05:37 +02:00
parent 321a8354dc
commit 0c3e3c8629
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -64,7 +64,7 @@ cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
serde = { version = "1.0.219", features = ["derive"] }
[profile.release]
opt-level = "s"
opt-level = 3
panic = "abort"
lto = "thin"