From db292c2fd19760622bbeac66355f470324ac4705 Mon Sep 17 00:00:00 2001 From: Micheal Smith Date: Tue, 12 Aug 2025 10:03:15 -0500 Subject: [PATCH] Some optimization flags. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 01ddb3b..27b5773 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,3 +18,7 @@ irc = "1.1" tokio = { version = "1", features = [ "full" ] } tracing = "0.1" tracing-subscriber = "0.3" + +[profile.release] +lto = true +strip = true