From 074deaffea43ac8ddc0af2e831bf11e041d629e0 Mon Sep 17 00:00:00 2001 From: Bruce D'Arcus Date: Sun, 17 Mar 2024 09:11:09 -0400 Subject: [PATCH] chore(cargo): release compilation Signed-off-by: Bruce D'Arcus --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ceed1e9..35c03fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,3 +19,8 @@ needless_question_mark = "warn" needless_return = "warn" style = "allow" unwrap_used = "warn" + +[profile.release] +lto = true +codegen-units = 1 +panic = "abort"