Skip to content

Commit 8e7737d

Browse files
authored
Merge pull request #1744 from davidhewitt/no-profile
pyo3-pytests: don't set profile in Cargo.toml
2 parents fb744e1 + ba0ba14 commit 8e7737d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/pyo3-pytests/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,3 @@ classifier=[
2525
"Operating System :: POSIX",
2626
"Operating System :: MacOS :: MacOS X",
2727
]
28-
29-
# Don't optimize the release build (built by maturin / tox) for this module, as
30-
# it's a test module.
31-
[profile.release]
32-
debug = true
33-
opt-level = 0

0 commit comments

Comments
 (0)