Optimize release builds

This commit is contained in:
Frank Denis 2016-11-12 21:19:02 +01:00
parent f7d8e46752
commit b31f97163f
1 changed files with 5 additions and 0 deletions

View File

@ -21,3 +21,8 @@ clippy = {version = "*", optional = true}
[features]
default = []
[profile.release]
lto = true
panic = "abort"
opt-level = 3