From ceaaced4be53b1d33eb0d3cc27f93e6ac587e150 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Sat, 1 Sep 2012 14:21:22 +0200 Subject: Compile _decimal without asserts and update benchmark results. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7f863a47896..9ddf2e9add3 100644 --- a/setup.py +++ b/setup.py @@ -1897,7 +1897,7 @@ class PyBuildExt(build_ext): def _decimal_ext(self): extra_compile_args = [] - undef_macros = ['NDEBUG'] + undef_macros = [] if '--with-system-libmpdec' in sysconfig.get_config_var("CONFIG_ARGS"): include_dirs = [] libraries = ['mpdec'] -- cgit v1.2.3