XQuartz: Don't circumvent NDEBUG
If someone wants to turn off asserts with NDEBUG, let them. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
f46835a096
commit
f144fb771f
|
@ -56,13 +56,7 @@
|
||||||
|
|
||||||
#include "X11Application.h"
|
#include "X11Application.h"
|
||||||
|
|
||||||
#ifdef NDEBUG
|
|
||||||
#undef NDEBUG
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#define NDEBUG 1
|
|
||||||
#else
|
|
||||||
#include <assert.h>
|
|
||||||
#endif
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
#include "xkbsrv.h"
|
#include "xkbsrv.h"
|
||||||
|
|
Loading…
Reference in New Issue