From 1d7515147ad2eb3553c49fb2f4b69a16b906fea5 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 26 Jun 2023 18:44:56 -0400 Subject: [PATCH] created release profile --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ea5fecc..514f571 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,10 @@ pico-args = "0.5.0" toml = "0.7.5" [profile.release] +opt-level = 's' +codegen-units = 1 +debug = false +lto = true +panic = "abort" strip = "debuginfo"