diff options
author | 2020-01-21 20:20:20 +0100 | |
---|---|---|
committer | 2020-01-21 20:20:20 +0100 | |
commit | bb3b73e58b75a9c1a02150a50967aa90ced9e3ec (patch) | |
tree | 484e163b810804a21acbda7dcaf755554164ec91 /makefile | |
parent | e9f8bab291ce82f356f8dfa1e3a9865ffeb59a8f (diff) |
removed the remaining bits of the FASTDEBUG/MAME_DEBUG_FAST silliness I introduced ages ago (nw)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |