Skip to content

Commit

Permalink
Enable LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Oct 8, 2019
1 parent 161ddd7 commit 9c46ced
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ ctrlc = "3.1"
[dependencies.clap]
version = "2"
features = ["suggestions", "color", "wrap_help"]

[profile.release]
lto = true
codegen-units = 1

0 comments on commit 9c46ced

Please sign in to comment.