chore: compile opt

This commit is contained in:
2021-05-05 12:04:41 +08:00
parent 6e6db70d1c
commit 0a780d89e3

View File

@@ -17,3 +17,7 @@ async-std = { version = "1.8", features = ["attributes"] }
serde = { version = "1.0", features = ["derive"] }
deser-hjson = "0.1"
x509-parser = "0.9.2"
codegen-units = 1
opt-level = 'z'
lto = true
#panic = 'abort'