From 7c0403638f8b194a72c4f6838ad8605eb95a6016 Mon Sep 17 00:00:00 2001 From: David Turner Date: Thu, 20 Dec 2001 13:34:21 +0000 Subject: [PATCH] disabling bytecode interpreter --- ChangeLog | 3 +++ include/freetype/config/ftoption.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0b3360b49..4c307b1c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-12-20 David Turner + * include/freetype/config/ftoption.h: disabling bytecode interpreter + for new release + * docs/CHANGES: updated for 2.0.6 release * src/cff/cffload.h, src/cff/cffload.c, src/cff/cffgload.c: updated diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h index 368230453..0a930f276 100644 --- a/include/freetype/config/ftoption.h +++ b/include/freetype/config/ftoption.h @@ -375,7 +375,7 @@ FT_BEGIN_HEADER /* By undefining this, you will only compile the code necessary to load */ /* TrueType glyphs without hinting. */ /* */ -#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER +#undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER /*************************************************************************/