[issue23393] [Windows] Unable to link with Python in debug configuration

Steve Dower report at bugs.python.org
Wed Feb 4 22:51:02 CET 2015


Steve Dower added the comment:

Afraid not. The closest you can get is building in Release with full debug symbols and no optimisations, which should al lest get you decent debugging. However, you won't get the extra memory check patterns or assertions throughout your code.

----------

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


More information about the Python-bugs-list mailing list