mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-23 15:51:03 +00:00
feat: add more optimization options (#377)
This commit is contained in:
parent
27255b22de
commit
31ee5ab546
1 changed files with 4 additions and 3 deletions
|
|
@ -3,6 +3,7 @@ resolver = "2"
|
|||
members = [ "yazi-*" ]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
strip = true
|
||||
panic = "abort"
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
panic = "abort"
|
||||
strip = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue