
-ansi implies -std=c89 but that conflicts with the -std=c99 flag which is also provided. Allows the r300g driver to compile.
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
# Configuration for debugging on Linux
|
|
|
|
include $(TOP)/configs/linux
|
|
|
|
CONFIG_NAME = linux-debug
|
|
|
|
OPT_FLAGS = -g
|
|
CFLAGS += -pedantic
|
|
DEFINES += -DDEBUG -DDEBUG_MATH
|