summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2013-02-01 22:24:03 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2013-02-01 22:24:03 +0000
commitbbfb99e51506c9b962b214e320ae5a88d60608a7 (patch)
tree3fc3df52651041ec13dcbf96e0c70c8b98f26b44 /makefile
parent5d93f96dd8e7d6072ee4aa50d72396a5e26d12ac (diff)
removed additional DEBUG flags again - they are causing too much problems (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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