diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index adfb2fd..09aa5de 100644 --- a/configure.in +++ b/configure.in @@ -389,6 +389,12 @@ then esac fi +if test "$Py_DEBUG" = 'true'; then + : +else + OPT="-DNDEBUG $OPT" +fi + # The current (beta) Monterey compiler dies with optimizations case $ac_sys_system in Monterey*) OPT="";; |