From: Eric Anholt Date: Wed, 23 Jan 2013 01:42:11 +0000 (-0800) Subject: i965: Remove NDEBUG undef that was snuck in. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=23e5503348739fd313e0b00892006b165e961d8d;p=mesa.git i965: Remove NDEBUG undef that was snuck in. If you want debug, set --enable-debug in your config flags. Reviewed-by: Kenneth Graunke --- 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"