update release profile

This commit is contained in:
Yumin Wu 2024-05-09 17:18:20 +08:00
parent 469187d0bb
commit b1f8c5c175

View File

@ -7,8 +7,9 @@ default-members = [ "easytier" ]
panic = "unwind"
[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true
opt-level = "z"
panic = "unwind"
# panic = "abort"
# lto = true
# codegen-units = 1
# strip = true
# opt-level = "z"