Skip to content

Commit

Permalink
Make the binary a bit smaller.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed Feb 22, 2022
1 parent f8df97d commit 8443819
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ fxhash = "0.2"
assert_cmd = "0.10"
predicates = "1.0"
tempfile = "3.0"

# These options make the binary a bit smaller.
[profile.release]
panic = "abort"
lto = true

0 comments on commit 8443819

Please sign in to comment.