summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-03-20 15:14:59 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-03-20 15:15:46 +0100
commit356d419b0a772756413b3c0b0fb8bca8506c9e09 (patch)
treee1a19117ae6e1ec9d68ee409a68759bd11678033 /scripts/genie.lua
parent13be662eec0541a474c63140c4d6b98d551b1838 (diff)
BGFX_CONFIG_DEBUG=1 for Debug builds (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua2
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"