Skip to content

Commit

Permalink
Merge pull request #109 from zamazan4ik/patch-1
Browse files Browse the repository at this point in the history
Enable Link-Time Optimization (LTO)
  • Loading branch information
jfrimmel authored Nov 30, 2024
2 parents b03b4d7 + 5c5c4b0 commit 0279c8d
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 @@ -24,3 +24,6 @@ textwrap = { version = "0.14", optional = true, features = ["terminal_size"] }
[dev-dependencies]
assert_cmd = "2"
predicates = "2"

[profile.release]
lto = true

0 comments on commit 0279c8d

Please sign in to comment.