diff --git a/Include/Python.h b/Include/Python.h index 23938720049..334116c4a91 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -49,6 +49,10 @@ #ifdef HAVE_STDLIB_H #include #endif + +#ifndef Py_DEBUG +#define NDEBUG 1 +#endif #include #include "pyport.h"