From ebf43412856152213eebc6aff69c2f9b5a6c8286 Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Sun, 1 Dec 2024 16:27:40 +0300 Subject: [PATCH] feat: enable LTO --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 443f714..90cf3f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,3 +20,6 @@ unicode-properties = "0.1.1" rstest = "0.21.0" unicode_names2 = "1.2.2" trust-dns-resolver = "0.23.2" + +[profile.release] +lto = true