set proper DEBUG defines in makefile (nw)

This commit is contained in:
Oliver Stöneberg 2013-02-01 08:00:12 +00:00
parent 53d7a1f734
commit 55c4155a19

View File

@ -412,7 +412,7 @@ endif
# define MAME_DEBUG if we are a debugging build
ifdef DEBUG
DEFS += -DMAME_DEBUG
DEFS += -DMAME_DEBUG -DEBUG -D_DEBUG
else
DEFS += -DNDEBUG
endif