reroute redefinition of NDEBUG

NDEBUG can be defined via a command-line argument.  Should take care of
such situations.
This commit is contained in:
卜部昌平 2020-04-18 05:40:57 +09:00
parent 735e035bf5
commit 32623150cd
4 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,7 @@
#include <gmp.h>
#endif
#undef NDEBUG
#define NDEBUG
#include "id.h"
#include "internal.h"