From ab58437131a8507845a4230451bf0f572c7edf8c Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 19 Jun 2023 14:23:16 -0400 Subject: [PATCH] added release profile --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d7e6850..68190b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,12 @@ edition = "2021" [dependencies] regex = "1.5.6" toml = "0.5.9" + +[profile.release] +opt-level = 's' +codegen-units = 1 +debug = false +lto = true +panic = "abort" +strip = "debuginfo" +