mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
AOnly define NDEDBUG if DEBUG is not defined
This commit is contained in:
parent
2e8f6140ff
commit
f2c8beba0b
@ -22,7 +22,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
******************************************************************/
|
||||
|
||||
#ifndef DEBUG
|
||||
#define NDEBUG
|
||||
#endif
|
||||
|
||||
/* Object and type object interface */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user