From 311a253d4b06b775977fe1cd9b64b8d34bedc843 Mon Sep 17 00:00:00 2001 From: Moazin Khatti Date: Fri, 7 Jun 2019 12:15:58 +0500 Subject: [PATCH] turned on trace mode and added tags file in gitignore --- .gitignore | 1 + include/freetype/config/ftoption.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a47f568e6..3b495c077 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ config.mk objs/vc2010/ build +tags diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h index 12f47a82e..7e07246bf 100644 --- a/include/freetype/config/ftoption.h +++ b/include/freetype/config/ftoption.h @@ -414,7 +414,7 @@ FT_BEGIN_HEADER * them for certain configurations only. */ /* #define FT_DEBUG_LEVEL_ERROR */ -/* #define FT_DEBUG_LEVEL_TRACE */ +#define FT_DEBUG_LEVEL_TRACE /**************************************************************************