# start with GNU/Linux configuration
include $(TOP)/$(CONFIGDIR)/config.Linux

# these items are redefined to compile without optimizations
# and include debugging information for gdb
BASEVERNAME=$(BASENAME)-debug
CCOPTS=-DLINUX -I$(SRCDIR)/$(MODULE) -I$(INCDIR) -I$(INCDIR)/$(BASENAME) \
  -Wall -pedantic -O0 -ggdb -DMD_DEBUG
