From 9dea39b30ac1621e83c05ced836c48b34a27e653 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 30 Jan 2022 16:49:34 -0500 Subject: [PATCH] Try adding other size shrinking options --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9cf7516..d9600af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,3 +17,6 @@ shellwords = "1" [profile.release] lto = true opt-level = "z" +strip = true +codegen-units = 1 +panic = "abort"