From e9bcd3eb82a42ba6048d54f5b55ddbe8c3e73c61 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Sat, 28 Sep 2019 19:29:30 +0200 Subject: [PATCH] misc: Alsways compile in release mode --- setup.py | 1 + 1 file changed, 1 insertion(+) 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, ) ],