Explicitly request opt-level=3

This commit is contained in:
Fabian 2020-12-31 19:14:30 -06:00
parent cd3c103fa1
commit 83461a80ae

View file

@ -23,5 +23,6 @@ overflow-checks = false
[profile.release]
lto = true
opt-level = 3
incremental = false
panic = "abort"