From ceb8807778e198702341514ce05e615d9d673921 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 19 Mar 2023 17:46:42 -0700 Subject: [PATCH] Updated build args --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2a728f1..d8f637e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,15 @@ name = "calc" version = "0.1.0" edition = "2021" +[profile.release] +opt-level = 3 +debug = 0 +debug-assertions = false +strip = "symbols" +lto = "fat" +codegen-units = 1 +panic = "abort" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]