misc: Alsways compile in release mode
This commit is contained in:
parent
a8d6a32799
commit
e9bcd3eb82
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -23,6 +23,7 @@ setup(
|
|||
path="rust/Cargo.toml",
|
||||
binding=Binding.PyO3,
|
||||
strip=Strip.No,
|
||||
debug=False,
|
||||
native=True,
|
||||
)
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue