From b8694bb07aa7494ac0d7a47d9f5401c1c226b7fe Mon Sep 17 00:00:00 2001 From: ddidderr Date: Wed, 4 Dec 2024 18:24:32 +0100 Subject: [PATCH] [build] tweak profile release --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 039ba63..6245fc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,10 @@ edition = "2024" rust-version = "1.85" [dependencies] + +[profile.release] +lto = true +debug = false +strip = true +panic = "unwind" +codegen-units = 1