diff --git a/Cargo.toml b/Cargo.toml index 88f056e..5c1744c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 \ No newline at end of file