Enable building the debug (env INTEL_DEBUG=list) code by default.

This commit is contained in:
Eric Anholt 2007-09-19 09:02:24 -07:00
parent 9070e6b997
commit f843dcb844

View file

@ -354,7 +354,7 @@ __memcpy(void *to, const void *from, size_t n)
/* ================================================================
* Debugging:
*/
#define DO_DEBUG 0
#define DO_DEBUG 1
#if DO_DEBUG
extern int INTEL_DEBUG;
#else