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