summaryrefslogtreecommitdiff
path: root/mk/devel.mk
blob: 89642e21bd453358c8fce187f556b75ddd8d0708 (plain)
1
2
3
4
5
6
7
8
9
10
# Useful while doing development, but not for production.
GCCWARN += -Wno-clobbered 
#GCCWARN += -DDEBUG_MALLOC
#GCCWARN += -DDEBUG_THREAD
# GCCWARN += -DDEBUG_PORT=0x3f8 -DCORE_DEBUG=1
GCCWARN += -DDYNAMIC_DEBUG

## The following will enable printing ethernet/arp/ip/icmp/tcp/udp headers
##	in undiif.c
# GCCWARN += -DUNDIIF_ID_DEBUG=0x80U -DLWIP_DEBUG -DDEBUG_PORT=0x3f8