mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
add more optimization options
This commit is contained in:
parent
f3e45d4a47
commit
795ef7a692
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ resolver = "2"
|
|||
members = [ "yazi-*" ]
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
opt-level = 3
|
||||
lto = true
|
||||
strip = true
|
||||
panic = "abort"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue