Aggressively optimize for size in release mode

This commit is contained in:
Alex Crichton 2018-04-06 08:05:47 -07:00
parent 66bdd92fa2
commit 176060cc8a

View File

@ -36,3 +36,5 @@ members = [
[profile.release]
lto = true
opt-level = 'z'
panic = 'abort'