removed additional DEBUG flags again - they are causing too much problems (nw)

This commit is contained in:
Oliver Stöneberg 2013-02-01 22:24:03 +00:00
parent 5d93f96dd8
commit bbfb99e515

View File

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