disabling bytecode interpreter

This commit is contained in:
David Turner 2001-12-20 13:34:21 +00:00
parent 90580798f3
commit 7c0403638f
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2001-12-20 David Turner <david@freetype.org>
* 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

View File

@ -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
/*************************************************************************/