From 5e3762a18b8896c87aba05670b2d474b4c4d66a8 Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Tue, 5 Nov 2024 00:15:39 +0300 Subject: [PATCH] perf: enable link-time optimization --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f7472ca..d15872a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,3 +21,6 @@ tokio = { version = "1.40.0", features = ["full"] } [dev-dependencies] mockall = "0.13.0" + +[profile.release] +lto = true