diff options
author | 2016-08-30 14:57:38 +1000 | |
---|---|---|
committer | 2016-08-30 14:57:38 +1000 | |
commit | 234e91f9fbdd5add24c551048df017573116fb0a (patch) | |
tree | e51c52964164df96c126e134437ffb074c8742b1 /scripts/genie.lua | |
parent | e2978b793fc9d15db482d286b32a78c439c5b55e (diff) |
Add Lua-cleaning ability to srcclean
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 6504b2d5c50..6d086f1994a 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -553,7 +553,7 @@ configuration { "Debug" } defines { "MAME_DEBUG", "MAME_PROFILER", --- "BGFX_CONFIG_DEBUG=1", +-- "BGFX_CONFIG_DEBUG=1", } if _OPTIONS["FASTDEBUG"]=="1" then |