diff options
author | 2016-03-20 15:14:59 +0100 | |
---|---|---|
committer | 2016-03-20 15:15:46 +0100 | |
commit | 356d419b0a772756413b3c0b0fb8bca8506c9e09 (patch) | |
tree | e1a19117ae6e1ec9d68ee409a68759bd11678033 /scripts/genie.lua | |
parent | 13be662eec0541a474c63140c4d6b98d551b1838 (diff) |
BGFX_CONFIG_DEBUG=1 for Debug builds (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 44339afb921..5a7748bd5cb 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -575,7 +575,9 @@ configuration { "Debug" } defines { "MAME_DEBUG", "MAME_PROFILER", + "BGFX_CONFIG_DEBUG=1", } + if _OPTIONS["FASTDEBUG"]=="1" then defines { "MAME_DEBUG_FAST" |