From 5baff104b7d1d4d48d49e673bfa87a69c432ecdf Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Sat, 12 Oct 2024 13:14:26 +0300 Subject: [PATCH] feat: enable LTO --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index bdfe8c8..cc09d88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,5 @@ [workspace] members = ["config", "daemon", "execsnoop", "pipewire"] + +[profile.release] +lto = true