summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoazin Khatti <moazinkhatri@gmail.com>2019-06-23 14:45:59 +0500
committerMoazin Khatti <moazinkhatri@gmail.com>2019-07-11 14:09:43 +0500
commitaec7ec2a622b4b00fbac83cd9374211c1c8a6204 (patch)
tree615058acf8871ebd114504609b67fc65798ca648
parent71a8aaa807c220f26e989e58759074f57fdf02dd (diff)
downloadfreetype2-aec7ec2a622b4b00fbac83cd9374211c1c8a6204.tar.gz
Enable FreeType memory debugger.
-rw-r--r--include/freetype/config/ftoption.h2
1 files changed, 1 insertions, 1 deletions
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
/**************************************************************************