summaryrefslogtreecommitdiff
path: root/configs/linux-debug
blob: 8b0b3126db6e800a04c48237f7c9de6e16a1a186 (plain)
1
2
3
4
5
6
7
8
9
# Configuration for debugging on Linux

include $(TOP)/configs/linux

CONFIG_NAME = linux-debug

OPT_FLAGS = -g
CFLAGS += -ansi -pedantic
DEFINES += -DDEBUG -DDEBUG_MATH