From 5605a9fcebaa207683b0e51fbe3f9a5b9db7608c Mon Sep 17 00:00:00 2001 From: Valerie Date: Tue, 8 Aug 2023 11:13:22 -0400 Subject: [PATCH] added release profile --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f768a7b..34b6347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,12 @@ edition = "2021" pico-args = "0.5.0" tera = "1.19.0" toml = "0.7.6" + +[profile.release] +opt-level = "s" +lto = true +debug = false +codegen-units = 1 +panic = "abort" +strip = "debuginfo" +