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 mark.dickinson
Recipients Arfrever, lemburg, loewis, mark.dickinson, ned.deily, vstinner
Date 2010-05-05.12:17:55
SpamBayes Score 0.0037800726
Marked as misclassified No
Message-id <1273061878.26.0.160898410657.issue8211@psf.upfronthosting.co.za>
In-reply-to
Content
Since r80665, a

./configure --with-pydebug

seems to give compilation with -O2 (tested on OS X and Linux).  Is this intentional?

I'm getting, e.g.,

gcc -c  -g -O2 -g -Wall -Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
History
Date User Action Args
2010-05-05 12:17:58mark.dickinsonsetrecipients: + mark.dickinson, lemburg, loewis, vstinner, ned.deily, Arfrever
2010-05-05 12:17:58mark.dickinsonsetmessageid: <1273061878.26.0.160898410657.issue8211@psf.upfronthosting.co.za>
2010-05-05 12:17:56mark.dickinsonlinkissue8211 messages
2010-05-05 12:17:56mark.dickinsoncreate