summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-01-22 17:42:11 -0800
committerEric Anholt <[email protected]>2013-01-25 09:40:54 -0800
commit23e5503348739fd313e0b00892006b165e961d8d (patch)
treecdcde95ac9d5f36fbf93ed4c397adfc04cdae05a /src
parent8fe43b6dc96c36bc45332c67d8f84849b5060800 (diff)
i965: Remove NDEBUG undef that was snuck in.
If you want debug, set --enable-debug in your config flags. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_draw_upload.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_draw_upload.c b/src/mesa/drivers/dri/i965/brw_draw_upload.c
index 1c8ade50eec..2a3d767317f 100644
--- a/src/mesa/drivers/dri/i965/brw_draw_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_draw_upload.c
@@ -25,8 +25,6 @@
*
**************************************************************************/
-#undef NDEBUG
-
#include "main/glheader.h"
#include "main/bufferobj.h"
#include "main/context.h"