Enable optimization in debug builds; it's basically unusable without

This commit is contained in:
Matthew Gordon 2019-11-30 11:29:30 -05:00
parent 1a3d41e6d4
commit 434a285625
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ version = "0.19"
features = ["arbitrary"] features = ["arbitrary"]
[profile.dev]
opt-level = 3
[profile.release] [profile.release]
opt-level = 3 opt-level = 3
lto = true lto = true