diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-10-30 17:17:36 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-10-30 17:17:36 +0000 |
commit | 1eefb75c91fb769551b485f1b2c6b59023c69906 (patch) | |
tree | 5f8d2f49931611b90413fd4ac49634e55fdd3141 /src/sna/sna_trapezoids.c | |
parent | 7237374a03d1e0c2e6c0b2d0eb42afc8df25df0d (diff) |
sna: Don't mess with NDEBUG
This is set in configure and redefining it later inside the C files just
leads to trouble and broken compilation.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_trapezoids.c')
-rw-r--r-- | src/sna/sna_trapezoids.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sna/sna_trapezoids.c b/src/sna/sna_trapezoids.c index 80b47336..a6b8562e 100644 --- a/src/sna/sna_trapezoids.c +++ b/src/sna/sna_trapezoids.c @@ -41,8 +41,6 @@ #if DEBUG_TRAPEZOIDS #undef DBG #define DBG(x) ErrorF x -#else -#define NDEBUG 1 #endif #define NO_ACCEL 0 |