mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
AOnly define NDEDBUG if DEBUG is not defined
This commit is contained in:
parent
2e8f6140ff
commit
f2c8beba0b
1 changed files with 3 additions and 0 deletions
|
@ -22,7 +22,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
******************************************************************/
|
******************************************************************/
|
||||||
|
|
||||||
|
#ifndef DEBUG
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Object and type object interface */
|
/* Object and type object interface */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue