check if NDEBUG

is already defined
This commit is contained in:
Jason2866 2021-12-14 21:15:19 +01:00 committed by GitHub
parent 9c9421a084
commit b7230f394c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,9 @@
#ifdef DEBUG
#undef NDEBUG
#else
#define NDEBUG
#ifndef NDEBUG
#define NDEBUG
#endif
#endif
/* config.h. Generated from config.h.in by configure. */