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:
Jeremy Huddleston 2011-05-13 09:10:42 -07:00
parent f46835a096
commit f144fb771f

View File

@ -56,13 +56,7 @@
#include "X11Application.h"
#ifdef NDEBUG
#undef NDEBUG
#include <assert.h>
#define NDEBUG 1
#else
#include <assert.h>
#endif
#include <pthread.h>
#include "xkbsrv.h"