From bb3b73e58b75a9c1a02150a50967aa90ced9e3ec Mon Sep 17 00:00:00 2001 From: firewave Date: Tue, 21 Jan 2020 20:20:20 +0100 Subject: removed the remaining bits of the FASTDEBUG/MAME_DEBUG_FAST silliness I introduced ages ago (nw) --- makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'makefile') 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 -- cgit v1.2.3-70-g09d2