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