From eeabe0058002f203e3c8914dcb3a7bc2eae7d1fd Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Tue, 20 Aug 2024 20:51:11 +0900 Subject: [PATCH] build: update release profile --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fa1d010..85fd8d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,3 +20,8 @@ dotenv = ["dep:dotenvy"] [lints.clippy] pedantic = "warn" + +[profile.release] +strip = "symbols" +lto = "fat" +codegen-units = 1