[Python-Dev] Re: [Python-checkins] CVS: python/dist/src configure,1.274,1.275 configure.in,1.283,1.284
Neil Schemenauer
nas@python.ca
Tue, 4 Dec 2001 14:36:06 -0800
> + if test "$Py_DEBUG" = 'true'; then
> + :
> + else
> + OPT="-DNDEBUG $OPT"
> + fi
> +
Shouldn't this go into DEFS?
Neil