From 4a590c1f7f008bd19858552722c37fcd25b7d99c Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 25 Sep 2022 17:52:34 +0300 Subject: [PATCH] + profile.release --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index cbdae10..719bea8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,3 +17,9 @@ tokio-stream = "0.1.10" tokio-util = "0.7.4" toml = "0.5.9" windows-service = "0.5.0" + +[profile.release] +opt-level = 3 +debug = false +lto = true +strip = true