feat: make smaller

This commit is contained in:
2022-11-27 12:17:47 +08:00
parent abdf6f725c
commit d290249c3c

View File

@@ -23,4 +23,6 @@ file-lock = "1.1"
opt-level = 'z' opt-level = 'z'
lto = true lto = true
codegen-units = 1 codegen-units = 1
# panic = 'abort' panic = 'abort'
strip = true