mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Follow the NDEBUG given to the whole
This commit is contained in:
parent
96ce1d9a0f
commit
184e82e8f0
2 changed files with 0 additions and 4 deletions
|
@ -15,8 +15,6 @@
|
|||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
|
||||
#undef NDEBUG
|
||||
#define NDEBUG
|
||||
#include "id.h"
|
||||
#include "internal.h"
|
||||
#include "internal/array.h"
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
#include <gmp.h>
|
||||
#endif
|
||||
|
||||
#undef NDEBUG
|
||||
#define NDEBUG
|
||||
#include "id.h"
|
||||
#include "internal.h"
|
||||
#include "internal/array.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue