Enable building the debug (env INTEL_DEBUG=list) code by default.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user