Apply -O1 only to tests, not all dev (which is used for bindings)

This commit is contained in:
Matt Corallo 2020-09-01 15:43:33 -04:00
parent 4f6f34fa30
commit 9e03087d6a

View file

@ -7,7 +7,7 @@ members = [
]
# Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it
[profile.dev]
[profile.test]
opt-level = 1
[profile.release]