abbe96cb6e
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.
9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
# 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
|