mirror of
https://github.com/holub/mame
synced 2025-05-14 18:08:13 +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
|
# debug build: enable guard pages on all memory allocations
|
||||||
ifdef DEBUG
|
ifdef DEBUG
|
||||||
#DEFS += -DMALLOC_DEBUG
|
DEFS += -DMALLOC_DEBUG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
|
||||||
// MAME headers
|
// MAME headers
|
||||||
#include "osdcore.h"
|
#include "emucore.h"
|
||||||
|
|
||||||
// MAMEOS headers
|
// MAMEOS headers
|
||||||
#include "winutf8.h"
|
#include "winutf8.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user