From bbfb99e51506c9b962b214e320ae5a88d60608a7 Mon Sep 17 00:00:00 2001 From: Oliver Stöneberg Date: Fri, 1 Feb 2013 22:24:03 +0000 Subject: removed additional DEBUG flags again - they are causing too much problems (nw) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index ea4fe13ee4e..0908e743438 100644 --- a/makefile +++ b/makefile @@ -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 -- cgit v1.2.3