From 24c63a3f3d797e085d0ca1387372a4682772087d Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 20 Aug 2021 09:43:41 +0200 Subject: [PATCH] Revert "enable BGFX_CONFIG_DEBUG to get proper asserts" This reverts commit 4abb9da0ec7efde4254a436ec1baa9a889264109. --- scripts/genie.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/genie.lua b/scripts/genie.lua index a1eafaf5c6d..173b0eee78e 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 { }