summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author firewave <firewave@users.noreply.github.com>2020-01-21 20:20:20 +0100
committer firewave <firewave@users.noreply.github.com>2020-01-21 20:20:20 +0100
commitbb3b73e58b75a9c1a02150a50967aa90ced9e3ec (patch)
tree484e163b810804a21acbda7dcaf755554164ec91 /makefile
parente9f8bab291ce82f356f8dfa1e3a9865ffeb59a8f (diff)
removed the remaining bits of the FASTDEBUG/MAME_DEBUG_FAST silliness I introduced ages ago (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/makefile b/makefile
index 5d717c234ef..f3e3810f437 100644
--- a/makefile
+++ b/makefile
@@ -94,7 +94,6 @@
# LTO = 1
# SSE2 = 1
# OPENMP = 1
-# FASTDEBUG = 1
# SEPARATE_BIN = 1
# PYTHON_EXECUTABLE = python3
@@ -810,10 +809,6 @@ ifdef OPENMP
PARAMS += --OPENMP='$(OPENMP)'
endif
-ifdef FASTDEBUG
-PARAMS += --FASTDEBUG='$(FASTDEBUG)'
-endif
-
ifdef SEPARATE_BIN
PARAMS += --SEPARATE_BIN='$(SEPARATE_BIN)'
endif