diff options
author | 2015-04-05 21:38:28 +0200 | |
---|---|---|
committer | 2015-04-05 21:38:28 +0200 | |
commit | 3a40df147dc82d695ce39dce3030da121af62832 (patch) | |
tree | 86b10d2ec8c070530f6439f3face7d62515da4f9 /scripts/genie.lua | |
parent | 4113826c7480d0dc5cf508a7bd231bdf246ea331 (diff) |
make DEBUG=1 PROFILER=0 actually work (nw)
also removed FASTDEBUG hack made obsolete by this fix
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 6bc36add568..9287d43cdc7 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -404,7 +404,7 @@ configuration { "Debug" } defines { "MAME_DEBUG", } - if _OPTIONS["PROFILER"] then + if _OPTIONS["PROFILER"]=="1" then defines{ "MAME_PROFILER", -- define MAME_PROFILER if we are a profiling build } |