2004-04-14 12:44:07 +00:00
|
|
|
# Configuration for Linux with x86 code, but no gcc optimizations and
|
|
|
|
|
# debugging enabled.
|
|
|
|
|
|
|
|
|
|
include $(TOP)/configs/linux-x86
|
|
|
|
|
|
|
|
|
|
CONFIG_NAME = linux-x86-debug
|
|
|
|
|
|
2005-07-02 07:38:40 +00:00
|
|
|
OPT_FLAGS = -g
|
|
|
|
|
DEFINES += -DDEBUG -DMESA_DEBUG -DRUN_DEBUG_BENCHMARK
|