mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
8 lines
166 B
Text
8 lines
166 B
Text
# Configuration for debugging on Linux
|
|
|
|
include $(TOP)/configs/linux
|
|
|
|
CONFIG_NAME = linux-debug
|
|
|
|
OPT_FLAGS = -g
|
|
DEFINES += -DDEBUG -DMESA_DEBUG -DRUN_DEBUG_BENCHMARK
|