9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
|
# Configuration for debugging on Linux
|
||
|
|
||
|
include $(TOP)/configs/linux
|
||
|
|
||
|
CONFIG_NAME = linux-debug
|
||
|
|
||
|
OPT_FLAGS = -g -ansi -pedantic
|
||
|
DEFINES += -DDEBUG -DDEBUG_MATH
|