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 pitrou
Recipients lemburg, mark.dickinson, pitrou, vstinner
Date 2010-05-05.14:10:58
SpamBayes Score 0.0027271034
Marked as misclassified No
Message-id <1273068802.3512.1.camel@localhost.localdomain>
In-reply-to <1273068229.98.0.576087123255.issue8625@psf.upfronthosting.co.za>
Content
> It would be nice to restore the original behaviour, if possible, since
> the optimization causes difficulties when debugging.  One solution
> would be to add '-O0' to OPT for debug builds (on gcc), as in the
> attached patch.  You then get compiler flags including:
> 
> "-g -O2 -g -O0"
> 
> which is somewhat ugly, but the -O0 overrides the -O2 (I think).  Does
> this seem like a reasonable solution?

Probably good enough.
History
Date User Action Args
2010-05-05 14:11:00pitrousetrecipients: + pitrou, lemburg, mark.dickinson, vstinner
2010-05-05 14:10:58pitroulinkissue8625 messages
2010-05-05 14:10:58pitroucreate