Reduce the size of the bin enabling some optimizations

not_working
kirbylife 2023-03-30 15:04:56 -06:00
parent 66f8de78be
commit afd0d6d373
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@ binascii = { version = "0.1", default-features = false, features = ["decode"] }
[profile.release]
lto = true
panic = "abort"
strip = true
opt-level = "z"
codegen-units = 1