i965: Remove NDEBUG undef that was snuck in.

If you want debug, set --enable-debug in your config flags.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Eric Anholt 2013-01-22 17:42:11 -08:00
parent 8fe43b6dc9
commit 23e5503348

View file

@ -25,8 +25,6 @@
*
**************************************************************************/
#undef NDEBUG
#include "main/glheader.h"
#include "main/bufferobj.h"
#include "main/context.h"