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:40:28
SpamBayes Score 1.4301484e-05
Marked as misclassified No
Message-id <4BE1673B.70603@egenix.com>
In-reply-to <4BE165E7.4090903@egenix.com>
Content
Marc-Andre Lemburg wrote:
> 
> Marc-Andre Lemburg <mal@egenix.com> added the comment:
> 
> 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.

Note that using the following line will disable the AC_PROG_CC
defaults:

./configure --with-pydebug CFLAGS=''

This is a new feature that was introduced previously by Victor
and that I corrected in r80665.
History
Date User Action Args
2010-05-05 12:40:29lemburgsetrecipients: + lemburg, loewis, mark.dickinson, vstinner, ned.deily, Arfrever
2010-05-05 12:40:28lemburglinkissue8211 messages
2010-05-05 12:40:28lemburgcreate