From c524717da3307690f6850cd13e1cec002346f057 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Thu, 22 Feb 2024 16:16:34 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20Enable=20LTO=20for=20relea?= =?UTF-8?q?se=20builds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8774297..d4eb14b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,3 +53,6 @@ nix = "0.27.1" [features] default = ["tracing-subscriber"] + +[profile.release] +lto = "fat"