mirror of
https://github.com/holub/mame
synced 2025-05-14 09:58:14 +03:00
Re-enable MALLOC_DEBUG for debug builds. Can't remember why I ever
turned it off in the first place.
This commit is contained in:
parent
ca94190eb7
commit
792c76e741
@ -222,7 +222,7 @@ DEFS += -Dmain=utf8_main
|
||||
|
||||
# debug build: enable guard pages on all memory allocations
|
||||
ifdef DEBUG
|
||||
#DEFS += -DMALLOC_DEBUG
|
||||
DEFS += -DMALLOC_DEBUG
|
||||
endif
|
||||
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
#include <tchar.h>
|
||||
|
||||
// MAME headers
|
||||
#include "osdcore.h"
|
||||
#include "emucore.h"
|
||||
|
||||
// MAMEOS headers
|
||||
#include "winutf8.h"
|
||||
|
Loading…
Reference in New Issue
Block a user