From 0a69c1120a0a9c29cd9c6cb8a47f3a31376df66b Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Thu, 17 Oct 2024 02:19:28 +0300 Subject: [PATCH] feat: enable LTO --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 71a3cd0e..3c8bacfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,3 +68,6 @@ assets = [ ["README.md", "usr/share/doc/spotifyd/README", "644"], ["contrib/spotifyd.service", "etc/systemd/user/", "644"], ] + +[profile.release] +lto = true