mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-08 08:08:25 +02:00
Also, remove gallium-related things from configs/default. They're in linux-gallium now. So the default builds are the same as they have been for Mesa/master.
8 lines
183 B
Text
8 lines
183 B
Text
# Configuration for Linux / Gallium for debug
|
|
|
|
include $(TOP)/configs/linux-gallium
|
|
|
|
CONFIG_NAME = linux-gallium-debug
|
|
|
|
OPT_FLAGS = -g -ansi -pedantic
|
|
DEFINES += -DDEBUG -DDEBUG_MATH
|