Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
enable lto, disable unwinding
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Feb 14, 2019
1 parent bff0bed commit 94e5824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ name = "parity"

[profile.release]
debug = false
lto = true
panic = "abort"

[workspace]
# This should only list projects that are not
Expand Down

0 comments on commit 94e5824

Please sign in to comment.