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) --- scripts/genie.lua | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'scripts/genie.lua') diff --git a/scripts/genie.lua b/scripts/genie.lua index 7f9cffb4064..a0bb95f83a6 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -337,15 +337,6 @@ newoption { } } -newoption { - trigger = "FASTDEBUG", - description = "Fast DEBUG.", - allowed = { - { "0", "Disabled" }, - { "1", "Enabled" }, - } -} - newoption { trigger = "SEPARATE_BIN", description = "Use separate bin folders.", @@ -620,13 +611,6 @@ configuration { "Debug" } -- "BGFX_CONFIG_DEBUG=1", } -if _OPTIONS["FASTDEBUG"]=="1" then - defines { - "MAME_DEBUG_FAST", - "NDEBUG", - } -end - configuration { } if _OPTIONS["PROFILER"]=="1" then -- cgit v1.2.3-70-g09d2