chore(cargo): put release profile in the correct config

This commit is contained in:
Michael Aaron Murphy 2023-06-26 23:55:17 +02:00 committed by Michael Murphy
parent 0aba1122b2
commit b01fab975d
2 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,3 @@ anyhow = "1.0"
[dependencies.i18n-embed]
version = "0.13.9"
features = ["fluent-system", "desktop-requester"]
[profile.release]
opt-level = "s"
lto = "thin"