From 7df78fd8313313a97f1851cad0cacdd7a139fef7 Mon Sep 17 00:00:00 2001 From: Kornel Date: Tue, 24 Jan 2023 21:45:09 +0000 Subject: [PATCH] Shrink executables with panic=abort --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2594f73..a65dd6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,7 @@ debug = 1 [profile.release] opt-level = 3 +panic = "abort" debug = false lto = true strip = true