mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 18:50:10 +01:00
8 lines
208 B
Makefile
8 lines
208 B
Makefile
# -*-makefile-*-
|
|
# Configuration for linux-dri-debug: Linux DRI hardware drivers for XFree86 & others
|
|
|
|
include $(TOP)/configs/linux-dri
|
|
|
|
CONFIG_NAME = linux-dri-debug
|
|
OPT_FLAGS = -O0 -g
|
|
ARCH_FLAGS = -DDEBUG
|