diff --git a/makefile b/makefile index 0908e743438..9ae8e6268a7 100644 --- a/makefile +++ b/makefile @@ -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