diff options
author | 2020-01-21 20:20:20 +0100 | |
---|---|---|
committer | 2020-01-21 20:20:20 +0100 | |
commit | bb3b73e58b75a9c1a02150a50967aa90ced9e3ec (patch) | |
tree | 484e163b810804a21acbda7dcaf755554164ec91 /scripts/genie.lua | |
parent | e9f8bab291ce82f356f8dfa1e3a9865ffeb59a8f (diff) |
removed the remaining bits of the FASTDEBUG/MAME_DEBUG_FAST silliness I introduced ages ago (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 7f9cffb4064..a0bb95f83a6 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -338,15 +338,6 @@ newoption { } newoption { - trigger = "FASTDEBUG", - description = "Fast DEBUG.", - allowed = { - { "0", "Disabled" }, - { "1", "Enabled" }, - } -} - -newoption { trigger = "SEPARATE_BIN", description = "Use separate bin folders.", allowed = { @@ -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 |