mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 00:48:04 +02:00
define DEBUG in DIX
Which makes #ifdef DEBUG actually useful. Incredible.
This commit is contained in:
parent
68b0678254
commit
093943d4d0
1 changed files with 3 additions and 0 deletions
|
|
@ -231,6 +231,9 @@
|
|||
/* Disable some debugging code */
|
||||
#undef NDEBUG
|
||||
|
||||
/* Enable some debugging code */
|
||||
#undef DEBUG
|
||||
|
||||
/* Name of package */
|
||||
#undef PACKAGE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue