mesa/configs/linux-x86-debug

10 lines
218 B
Plaintext
Raw Normal View History

# 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
2005-10-07 18:18:51 +01:00
DEFINES += -DDEBUG -DMESA_DEBUG -DDEBUG_MATH