[Python-Dev] Need some configure eyeballs and testing (original) (raw)

Skip Montanaro skip@pobox.com
Thu, 21 Nov 2002 10:19:02 -0600


John> OPT=             -OPT:Olimit=0 -DNDEBUG -O
John> BASECFLAGS=      -OPT:Olimit=0

Sjoerd> Do you really want -DNDEBUG in OPT?  It doesn't strike me as an
Sjoerd> optimization setting, so I would think it belongs in BASECFLAGS.

I view it as a tossup. My intent was with BASECFLAGS was that if you messed with it you would likely break the build. Deleting OPT shouldn't have that effect. It might well compile differently, but it should still build.

Skip