Reduce the size of the bin enabling some optimizations
parent
66f8de78be
commit
afd0d6d373
|
@ -12,3 +12,6 @@ binascii = { version = "0.1", default-features = false, features = ["decode"] }
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
strip = true
|
||||||
|
opt-level = "z"
|
||||||
|
codegen-units = 1
|
Loading…
Reference in New Issue