From 1e6cfffcb27f0d6788037097607fbf72df57ac98 Mon Sep 17 00:00:00 2001 From: Moazin Khatti Date: Sun, 23 Jun 2019 14:45:59 +0500 Subject: [PATCH] Enable FreeType memory debugger. --- include/freetype/config/ftoption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h index 7e07246bf..ca47c03f6 100644 --- a/include/freetype/config/ftoption.h +++ b/include/freetype/config/ftoption.h @@ -473,7 +473,7 @@ FT_BEGIN_HEADER * Do not `#undef` this macro here since the build system might define it * for certain configurations only. */ -/* #define FT_DEBUG_MEMORY */ +#define FT_DEBUG_MEMORY /**************************************************************************