[issue29279] --with-pydebug optimizes too much

INADA Naoki report at bugs.python.org
Sun Jan 15 10:40:44 EST 2017


INADA Naoki added the comment:

I feel this is a problem of balance between speed and debugger usability.
I prefer default to -Og because:

* It's recommended by gcc for this purpose.
* --pydebug option is not only for gdb.  I use debug build to run various programs with many assertion.

You can override CFLAGS when default option is not fit for you.

----------
nosy: +inada.naoki

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29279>
_______________________________________


More information about the Python-bugs-list mailing list