[issue7182] For non-debug builds, the cygwinccompiler.py should define NDEBUG

Roumen Petrov report at bugs.python.org
Sun Aug 8 21:43:19 CEST 2010


Roumen Petrov <bugtrack at roumenpetrov.info> added the comment:

Hi Terry, 
both : 
a) suggestion is for CFLAGS as work-around
b) clarification as build use two preprocessor defines  :
- NDEBUG is defined for non-debug builds
- _DEBUG is defined for debug builds
(ref msvc{9}compiler.py)

----------

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


More information about the Python-bugs-list mailing list