perf(cargo): re-enable opt-level = 3
This commit is contained in:
parent
321a8354dc
commit
0c3e3c8629
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue