summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2021-08-13 14:00:53 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2021-08-13 14:00:53 +0200
commit4abb9da0ec7efde4254a436ec1baa9a889264109 (patch)
tree7d5f199e910592fa119b1491147b3c368de8c5e6
parent4c9b0b24dc3caaf749a6e84f42b9bd14285fbb54 (diff)
enable BGFX_CONFIG_DEBUG to get proper asserts
-rw-r--r--scripts/genie.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 173b0eee78e..a1eafaf5c6d 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -627,7 +627,7 @@ configuration { "Debug" }
defines {
"MAME_DEBUG",
"MAME_PROFILER",
--- "BGFX_CONFIG_DEBUG=1",
+ "BGFX_CONFIG_DEBUG=1",
}
configuration { }