From 7d6784e0c74ea6ce4a12fc1cf9408f4bd22e6968 Mon Sep 17 00:00:00 2001 From: David Turner Date: Mon, 15 Apr 2002 17:49:45 +0000 Subject: [PATCH] changing options for release --- include/freetype/config/ftoption.h | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h index bab0d8453..bd06fecd9 100644 --- a/include/freetype/config/ftoption.h +++ b/include/freetype/config/ftoption.h @@ -258,7 +258,7 @@ FT_BEGIN_HEADER /* Don't define any of these macros to compile in `release' mode! */ /* */ #undef FT_DEBUG_LEVEL_ERROR -#define FT_DEBUG_LEVEL_TRACE +#undef FT_DEBUG_LEVEL_TRACE /*************************************************************************/ @@ -273,7 +273,7 @@ FT_BEGIN_HEADER /* Note that the memory debugger is only activated at runtime when */ /* when the _environment_ variable "FT_DEBUG_MEMORY" is also defined! */ /* */ -#define FT_DEBUG_MEMORY +#undef FT_DEBUG_MEMORY /*************************************************************************/ @@ -296,19 +296,6 @@ FT_BEGIN_HEADER #define FT_MAX_MODULES 16 - /*************************************************************************/ - /* */ - /* FT_MAX_EXTENSIONS */ - /* */ - /* The maximum number of extensions that can be registered in a single */ - /* font driver. 8 is the default. */ - /* */ - /* If you don't know what this means, you certainly do not need to */ - /* change this value. */ - /* */ -#define FT_MAX_EXTENSIONS 8 - - /*************************************************************************/ /*************************************************************************/ /**** ****/