From afd0d6d3733e73bc39433bcb067e17009960d2d4 Mon Sep 17 00:00:00 2001 From: kirbylife Date: Thu, 30 Mar 2023 15:04:56 -0600 Subject: [PATCH] Reduce the size of the bin enabling some optimizations --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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