i965: Remove NDEBUG undef that was snuck in.
authorEric Anholt <eric@anholt.net>
Wed, 23 Jan 2013 01:42:11 +0000 (17:42 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 25 Jan 2013 17:40:54 +0000 (09:40 -0800)
If you want debug, set --enable-debug in your config flags.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_draw_upload.c

index 1c8ade50eec88e37e44735097457b4bd18231684..2a3d767317fbf13a5f6555c1cd1217b0c03b0601 100644 (file)
@@ -25,8 +25,6 @@
  * 
  **************************************************************************/
 
-#undef NDEBUG
-
 #include "main/glheader.h"
 #include "main/bufferobj.h"
 #include "main/context.h"