From 5c5987e07b0637cdeea61baf228cb4c28243dc17 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Tue, 1 Jul 2025 15:20:44 +0000 Subject: [PATCH] chore: Enable optimization Signed-off-by: Awiteb --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e8040ad..1c443b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,3 +32,7 @@ tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] } toml = "0.8.22" tracing = "0.1.41" tracing-subscriber = "0.3.19" + +[profile.release] +lto = "fat" +opt-level = 3