Skip to content

Commit

Permalink
Auto merge of #26 - wdv4758h:master, r=kbknapp
Browse files Browse the repository at this point in the history
chore: use LTO (Link Time Optimization)

with Link Time Optimization, `cargo-outdated`'s binary size can reduce about 3% (on my Linux)
  • Loading branch information
homu committed Jul 31, 2016
2 parents bb342f5 + ce29213 commit 528b9ae
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 @@ -29,3 +29,6 @@ nightly = []
unstable = ["lints"]
lints = ["clippy", "nightly"]
travis = ["nightly", "lints"]

[profile.release]
lto = true

0 comments on commit 528b9ae

Please sign in to comment.