mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-16 03:32:43 +08:00
release reduce size
This commit is contained in:
parent
8e841bf5b5
commit
e4146c3f92
|
@ -7,4 +7,8 @@ default-members = [ "easytier" ]
|
|||
panic = "unwind"
|
||||
|
||||
[profile.release]
|
||||
panic = "unwind"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
|
|
Loading…
Reference in New Issue
Block a user