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" panic = "unwind"
[profile.release] [profile.release]
lto = true panic = "unwind"
codegen-units = 1 # panic = "abort"
panic = "abort" # lto = true
strip = true # codegen-units = 1
opt-level = "z" # strip = true
# opt-level = "z"