From 55c4155a198ea9a4040bfa1029d25b36f2201218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Fri, 1 Feb 2013 08:00:12 +0000 Subject: [PATCH] set proper DEBUG defines in makefile (nw) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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