Looks like opt-level=s may be better

With opt-level=z not enough functions were inlined to eliminate more code!
This commit is contained in:
Alex Crichton 2018-04-09 16:36:23 -07:00
parent db15a898cb
commit d1a4bffb3a

View File

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