Skip to content

Commit

Permalink
chore: use LTO (Link Time Optimization)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdv4758h committed Jul 31, 2016
1 parent bb342f5 commit ce29213
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 ce29213

Please sign in to comment.