mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 03:40:23 +01:00
Enable building the debug (env INTEL_DEBUG=list) code by default.
This commit is contained in:
parent
9070e6b997
commit
f843dcb844
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue