blob: 874d76fd883157ea36997a2d2436c06b738f8fbc (
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 -DDEBUG_MATH
|