mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 20:20:18 +01:00
9 lines
205 B
Text
9 lines
205 B
Text
# Configuration for Linux with x86 code, but no gcc optimizations and
|
|
# debugging enabled.
|
|
|
|
include $(TOP)/configs/linux-x86
|
|
|
|
CONFIG_NAME = linux-x86-debug
|
|
|
|
OPT_FLAGS = -g
|
|
DEFINES += -DDEBUG -DDEBUG_MATH
|