Skip to content

Commit

Permalink
Merge pull request #1307 from zamazan4ik/patch-1
Browse files Browse the repository at this point in the history
Enable Link-Time Optimization (LTO)
  • Loading branch information
eladyn authored Oct 17, 2024
2 parents e280d84 + 0a69c11 commit 9d54de1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ assets = [
["README.md", "usr/share/doc/spotifyd/README", "644"],
["contrib/spotifyd.service", "etc/systemd/user/", "644"],
]

[profile.release]
lto = true

0 comments on commit 9d54de1

Please sign in to comment.