release reduce size

This commit is contained in:
Yumin Wu 2024-05-09 15:04:27 +08:00
parent 8e841bf5b5
commit e4146c3f92

View File

@ -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"