Skip to content

Commit

Permalink
⚡️ Enable LTO for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeeshan Ali Khan committed Feb 22, 2024
1 parent c1912ae commit c524717
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 c524717

Please sign in to comment.