diff --git a/setup.py b/setup.py index 2269e28..f2b6fbc 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ setup( path="rust/Cargo.toml", binding=Binding.PyO3, strip=Strip.No, + debug=False, native=True, ) ],