mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-12 19:20:33 +01:00
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
1 changed files with 0 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue