Enable optimization in debug builds; it's basically unusable without
This commit is contained in:
parent
1a3d41e6d4
commit
434a285625
|
|
@ -16,6 +16,9 @@ version = "0.19"
|
|||
features = ["arbitrary"]
|
||||
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 3
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue