summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/makefile b/makefile
index b587e5b73c6..19db1882f97 100644
--- a/makefile
+++ b/makefile
@@ -97,9 +97,6 @@ endif
# for details
#-------------------------------------------------
-# uncomment next line to enable the debugger
-# DEBUGGER = 1
-
# uncomment next line to build a debug version
# DEBUG = 1
@@ -205,8 +202,8 @@ RM = @rm -f
# form the name of the executable
#-------------------------------------------------
-# debugger builds just get the 'd' suffix and nothing more
-ifdef DEBUGGER
+# debug builds just get the 'd' suffix and nothing more
+ifdef DEBUG
DEBUGSUFFIX = d
endif
@@ -265,11 +262,6 @@ ifdef PTR64
DEFS += -DPTR64
endif
-# define ENABLE_DEBUGGER if we are a debugger-enabled build
-ifdef DEBUGGER
-DEFS += -DENABLE_DEBUGGER
-endif
-
# define MAME_DEBUG if we are a debugging build
ifdef DEBUG
DEFS += -DMAME_DEBUG