[Mesa-dev] [PATCH 6/8] i965: Remove NDEBUG undef that was snuck in.

Eric Anholt eric at anholt.net
Wed Jan 23 11:17:48 PST 2013


If you want debug, set --enable-debug in your config flags.
---
 src/mesa/drivers/dri/i965/brw_draw_upload.c |    2 --
 1 file changed, 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 1c8ade5..2a3d767 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"
-- 
1.7.10.4



More information about the mesa-dev mailing list