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 vstinner
Recipients Arfrever, lemburg, loewis, vstinner
Date 2010-03-25.00:26:29
SpamBayes Score 2.9677832e-08
Marked as misclassified No
Message-id <1269476792.6.0.0307394473374.issue8211@psf.upfronthosting.co.za>
In-reply-to
Content
MaL> It unconditionally overrides CFLAGS - even if it is not 
MaL> set and defined by AC_PROG_CC as "-g -O2". That would need 
MaL> to be corrected.
MaL>
MaL> Other than that it does help a little work around the mess :-)

I commited my patch: r79392 (trunk). I'm waiting for the buildbots before porting to other branches :-)

On my Linux, .c files are now compiled with:
 - "-fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall ..." (default)
 - "-fno-strict-aliasing -g -Wall ..." (--with-pydebug): no more compiler optimization hurting gdb ;-)
History
Date User Action Args
2010-03-25 00:26:32vstinnersetrecipients: + vstinner, lemburg, loewis, Arfrever
2010-03-25 00:26:32vstinnersetmessageid: <1269476792.6.0.0307394473374.issue8211@psf.upfronthosting.co.za>
2010-03-25 00:26:30vstinnerlinkissue8211 messages
2010-03-25 00:26:29vstinnercreate