cargo: update test profile

This commit is contained in:
Fabian 2021-11-04 20:25:26 -05:00
parent 1218bafae5
commit 5d72ffa84c

View file

@ -11,6 +11,11 @@ profiler = []
crate-type = ["cdylib"]
path = "src/rust/lib.rs"
[profile.test]
lto = false
opt-level = 2
overflow-checks = false
[profile.dev]
lto = false
opt-level = 2