From 1ff2a7a1ea5aa5c36e56ff49599fb863c58c0839 Mon Sep 17 00:00:00 2001 From: Ryze312 <50497128+ryze312@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:26:43 +0300 Subject: [PATCH] Optimize binary size more --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b5b3fc0..5f728e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,5 @@ opt-level = 3 [profile.release] strip = "symbols" lto = "fat" +panic = "abort" +codegen-units = 1