Skip to content

Commit

Permalink
Enable LTO for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Dec 14, 2024
1 parent b2f8d79 commit 965cc65
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 @@ -36,3 +36,6 @@ pretty_assertions = "1.3"
regex = "1.7.0"
unindent = "0.1.11"
trycmd = "0.14.11"

[profile.release]
lto = true

0 comments on commit 965cc65

Please sign in to comment.