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