2006-11-25 11:49:17 -07:00
|
|
|
# Configuration for debugging on Linux
|
|
|
|
|
|
|
|
include $(TOP)/configs/linux
|
|
|
|
|
|
|
|
CONFIG_NAME = linux-debug
|
|
|
|
|
2010-05-22 14:05:42 -06:00
|
|
|
OPT_FLAGS = -g
|
2011-10-23 07:37:25 -06:00
|
|
|
#CFLAGS += -pedantic
|
2006-11-25 11:49:17 -07:00
|
|
|
DEFINES += -DDEBUG -DDEBUG_MATH
|