mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +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-*" ]
|
members = [ "yazi-*" ]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
codegen-units = 1
|
||||||
strip = true
|
lto = true
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
strip = true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue