Marc-Andre Lemburg <m...@egenix.com> added the comment:

Antoine Pitrou wrote:
> 
> Antoine Pitrou <pit...@free.fr> added the comment:
> 
>> 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.

+1

OPT can also be overridden by the user, to e.g. actually get an
optimized debug build in order to debug compiler optimization
problems.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8625>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to