This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients Arfrever, lemburg, loewis, mark.dickinson, ned.deily, vstinner
Date 2010-05-05.12:34:48
SpamBayes Score 0.0004985381
Marked as misclassified No
Message-id <4BE165E7.4090903@egenix.com>
In-reply-to <1273061878.26.0.160898410657.issue8211@psf.upfronthosting.co.za>
Content
Mark Dickinson wrote:
> 
> Mark Dickinson <dickinsm@gmail.com> added the comment:
> 
> Since r80665, a
> 
> ./configure --with-pydebug
> 
> seems to give compilation with -O2 (tested on OS X and Linux).  Is this intentional?

Yes. I've restored the previous behavior of configure to
have AC_PROG_CC determine CFLAGS defaults.

Please open a new ticket to have --with-pydebug disable use
of any optimization flags. We need to find a different
solution for that. Unconditionally ignoring the AC_PROG_CC
CFLAGS defaults is not solution.
History
Date User Action Args
2010-05-05 12:34:51lemburgsetrecipients: + lemburg, loewis, mark.dickinson, vstinner, ned.deily, Arfrever
2010-05-05 12:34:49lemburglinkissue8211 messages
2010-05-05 12:34:48lemburgcreate