misc: Alsways compile in release mode

This commit is contained in:
Daniel S. 2019-09-28 19:29:30 +02:00
parent a8d6a32799
commit e9bcd3eb82
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ setup(
path="rust/Cargo.toml",
binding=Binding.PyO3,
strip=Strip.No,
debug=False,
native=True,
)
],