pyo3-pytests: don't set profile in Cargo.toml

This commit is contained in:
David Hewitt 2021-07-30 23:09:12 +01:00
parent fb744e1695
commit ba0ba14fb8
1 changed files with 0 additions and 6 deletions

View File

@ -25,9 +25,3 @@ classifier=[
"Operating System :: POSIX",
"Operating System :: MacOS :: MacOS X",
]
# Don't optimize the release build (built by maturin / tox) for this module, as
# it's a test module.
[profile.release]
debug = true
opt-level = 0