blob: dbb970300e4f1685e41cc45d376f01b9e031c1dc (
plain)
1
2
3
4
5
6
7
8
9
|
# 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 -DMESA_DEBUG -DRUN_DEBUG_BENCHMARK
|