From a786369b14f6832328f7cfb923890309bae7db23 Mon Sep 17 00:00:00 2001 From: Pavlo Rudy Date: Fri, 10 Mar 2023 22:36:00 +0200 Subject: [PATCH] Create release profile with LTO (#52) --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a55cfc5..cc0e3dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,3 +52,7 @@ features = ["macros", "net", "rt-multi-thread", "sync", "time"] [dev-dependencies] lazy_static = "1.4.0" + +[profile.release] +lto = true +incremental = false