Module: Mesa Branch: master Commit: 23e5503348739fd313e0b00892006b165e961d8d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=23e5503348739fd313e0b00892006b165e961d8d
Author: Eric Anholt <[email protected]> Date: Tue Jan 22 17:42:11 2013 -0800 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]> --- src/mesa/drivers/dri/i965/brw_draw_upload.c | 2 -- 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 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
