aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-09-01 14:21:22 +0200
committerStefan Krah <skrah@bytereef.org>2012-09-01 14:21:22 +0200
commitceaaced4be53b1d33eb0d3cc27f93e6ac587e150 (patch)
tree4a325554476d6c029c15b6ac4528dbaf94c80339 /setup.py
parenteaaf9e924919d046d71403754c15524092a2c3f3 (diff)
downloadcpython-ceaaced4be53b1d33eb0d3cc27f93e6ac587e150.tar.gz
cpython-ceaaced4be53b1d33eb0d3cc27f93e6ac587e150.zip
Compile _decimal without asserts and update benchmark results.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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']