mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
added -DDEBUG so core mesa debug/ASSERT code is activated (temporary on this branch)
This commit is contained in:
parent
86c5de8b85
commit
613e395ab8
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ ARCH_FLAGS ?=
|
|||
DEFINES = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE \
|
||||
-D_BSD_SOURCE -D_GNU_SOURCE \
|
||||
-DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER \
|
||||
-DDEBUG \
|
||||
-DGLX_DIRECT_RENDERING -DHAVE_ALIAS
|
||||
|
||||
X11_INCLUDES = -I/usr/X11R6/include
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue