[Python-Dev] Re: [Python-checkins] CVS: python/dist/src configure,1.274,1.275 configure.in,1.283,1.284 (original) (raw)

Fred L. Drake, Jr. fdrake@acm.org
Tue, 4 Dec 2001 18:26:27 -0500


Neil Schemenauer writes:

  • if test "$Py_DEBUG" = 'true'; then
  • :
  • else
  • OPT="-DNDEBUG $OPT"
  • fi

Shouldn't this go into DEFS?

I didn't see DEFS getting set anywhere else, and other places in configure.in add -D options to OPT, CC, or CCSHARED. I've no personal preference though; if someone with more autokarma than I changes it, I won't scream. ;-)

-Fred

-- Fred L. Drake, Jr. PythonLabs at Zope Corporation