chore(cargo): put release profile in the correct config
This commit is contained in:
parent
0aba1122b2
commit
b01fab975d
2 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue