mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 14:40:10 +01:00
-ansi implies -std=c89 but that conflicts with the -std=c99 flag which is also provided. Allows the r300g driver to compile.
9 lines
164 B
Text
9 lines
164 B
Text
# Configuration for debugging on Linux
|
|
|
|
include $(TOP)/configs/linux
|
|
|
|
CONFIG_NAME = linux-debug
|
|
|
|
OPT_FLAGS = -g
|
|
CFLAGS += -pedantic
|
|
DEFINES += -DDEBUG -DDEBUG_MATH
|