[Python-Dev] Need some configure eyeballs and testing
Sjoerd Mullender
sjoerd@acm.org
Thu, 21 Nov 2002 10:06:29 +0100
On Wed, Nov 20 2002 Skip Montanaro wrote:
>
> John> unpatched:
>
> John> OPT= -DNDEBUG -O -OPT:Olimit=0
>
> John> patched:
>
> John> OPT= -OPT:Olimit=0 -DNDEBUG -O
> John> BASECFLAGS= -OPT:Olimit=0
>
> Thanks, this looks good.
Do you really want -DNDEBUG in OPT? It doesn't strike me as an
optimization setting, so I would think it belongs in BASECFLAGS.
-- Sjoerd Mullender <sjoerd@acm.org>