mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
9 lines
170 B
Text
9 lines
170 B
Text
# Configuration for debugging on Linux
|
|
|
|
include $(TOP)/configs/linux
|
|
|
|
CONFIG_NAME = linux-debug
|
|
|
|
OPT_FLAGS = -g
|
|
CFLAGS += -ansi -pedantic
|
|
DEFINES += -DDEBUG -DDEBUG_MATH
|