[issue23445] Use -Og for debug builds

Serhiy Storchaka report at bugs.python.org
Wed Feb 11 19:00:01 CET 2015


Serhiy Storchaka added the comment:

This looks pretty harmless. Some slow buildbots run tests very long time and failed with timeout after 3600 seconds. May be this patch will make them faster.

Yet one advantage -- the code compiled with partial optimization will be closer to the code compiled with full optimization. Therefore debugging version could catch more bugs that exist only with optimization.

But may be apply this only to 3.5?

----------

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


More information about the Python-bugs-list mailing list