From bcd725583e04263c455b6707e9c56369cf887f38 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 20 Oct 2024 00:31:26 +0300 Subject: [PATCH] add release profile --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 017be9e..92a03b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,9 @@ futures-core = "0.3.31" futures-util = "0.3.31" regex = "1.11.0" tokio = { version = "1.40.0", features = ["fs", "rt", "process", "macros", "io-util"] } + +[profile.release] +opt-level = 3 +debug = false +lto = true +strip = true