Skip to content

Commit

Permalink
Merge pull request #57 from zeenix/enable-lto-rel
Browse files Browse the repository at this point in the history
⚡️ Enable LTO for release builds
  • Loading branch information
zeenix authored Feb 22, 2024
2 parents c1912ae + c524717 commit aff4fae
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 @@ -53,3 +53,6 @@ nix = "0.27.1"

[features]
default = ["tracing-subscriber"]

[profile.release]
lto = "fat"

0 comments on commit aff4fae

Please sign in to comment.