Commit efa178eed8d7d3ee9026a220e75c047263c9bcf8

David Turner 2004-07-18T07:21:29

disabling the bytecode interpreter again

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
index b3a660b..028c6ea 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -436,7 +436,7 @@ FT_BEGIN_HEADER
   /*   Do not #undef this macro here, since the build system might         */
   /*   define it for certain configurations only.                          */
   /*                                                                       */
-#define  TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+/* #define  TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
 
 
   /*************************************************************************/