Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: enable LTO
  • Loading branch information
zamazan4ik authored Oct 12, 2024
commit 967b3338f51d759db740e65ff3c883152ffe6f4f
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ opt-level = 2
[profile.dev.package.ttf-parser]
opt-level = 2

[profile.release]
lto = "fat"

[workspace]
members = ["cosmic-greeter-config", "daemon"]
resolver = "2"
Expand Down