make release bin smaller (#127)

This commit is contained in:
Sijie.Sun
2024-06-02 09:15:40 +08:00
committed by GitHub
parent abf9d23d52
commit f1e9864d08
7 changed files with 73 additions and 277 deletions

View File

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