diff options
author | 2016-05-24 11:39:20 +0200 | |
---|---|---|
committer | 2016-05-24 11:39:20 +0200 | |
commit | 80a70226f95257f0e4c3cee401882f4a17f06afb (patch) | |
tree | ccb66e78b2ac43574f783c6b1b6ddfa41fe85725 /scripts/genie.lua | |
parent | b0d3ce6877881608d195e4ef6090b1460fa98b05 (diff) |
disable BGFX debug info (nw)
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 95e246aee0c..cfb30ed95d8 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -554,7 +554,7 @@ configuration { "Debug" } defines { "MAME_DEBUG", "MAME_PROFILER", - "BGFX_CONFIG_DEBUG=1", +-- "BGFX_CONFIG_DEBUG=1", } if _OPTIONS["FASTDEBUG"]=="1" then |