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

@ -23,4 +23,8 @@ git = "https://github.com/pop-os/cosmic-panel"
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
# libcosmic = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "flexalloc" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "flexalloc" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic?rev=master", branch = "flexalloc" }
[profile.release]
opt-level = 3
lto = "thin"

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"