commit | ceaaced4be53b1d33eb0d3cc27f93e6ac587e150 | [log] [tgz] |
---|---|---|
author | Stefan Krah <skrah@bytereef.org> | Sat Sep 01 14:21:22 2012 +0200 |
committer | Stefan Krah <skrah@bytereef.org> | Sat Sep 01 14:21:22 2012 +0200 |
tree | 4a325554476d6c029c15b6ac4528dbaf94c80339 | |
parent | eaaf9e924919d046d71403754c15524092a2c3f3 [diff] [blame] |
Compile _decimal without asserts and update benchmark results.
diff --git a/setup.py b/setup.py index 7f863a4..9ddf2e9 100644 --- a/setup.py +++ b/setup.py
@@ -1897,7 +1897,7 @@ 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']