[Python-Dev] Need some configure eyeballs and testing

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


>>>>> "Martin" == Martin v Loewis <martin@v.loewis.de> writes:

    Martin> Skip Montanaro <skip@pobox.com> writes:
    John> OPT=             -OPT:Olimit=0 -DNDEBUG -O
    John> BASECFLAGS=      -OPT:Olimit=0
    >> 
    >> Thanks, this looks good.

    Martin> Why is it good that -OPT:Olimit=0 gets duplicated?

It actually doesn't anymore.  I had forgotten to run autoconf after fixing
that problem.  John was almost certainly still using the first patch I
uploaded instead of the second one.

Skip