From 32623150cd389f1cdc6a840ec88ce9d1e2a43a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Sat, 18 Apr 2020 05:40:57 +0900 Subject: reroute redefinition of NDEBUG NDEBUG can be defined via a command-line argument. Should take care of such situations. --- id_table.c | 1 + 1 file changed, 1 insertion(+) (limited to 'id_table.c') diff --git a/id_table.c b/id_table.c index 4f8540246c..ade49cd8da 100644 --- a/id_table.c +++ b/id_table.c @@ -7,6 +7,7 @@ #endif #if ID_TABLE_DEBUG == 0 +#undef NDEBUG #define NDEBUG #endif #include "ruby_assert.h" -- cgit v1.2.3