Enable INTEL_DEBUG environment variable.
This commit is contained in:
@@ -342,7 +342,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
|
||||
|
||||
Reference in New Issue
Block a user