commit | 6a47ef34b1ac5c1afc94a37dc7d2bcbe2013975e | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Sat Oct 29 11:14:27 2022 -0600 |
committer | Behdad Esfahbod <[email protected]> | Sat Oct 29 11:14:27 2022 -0600 |
tree | 3c75625d6fd3967632ec87da44e895754b23d1e7 | |
parent | a0f999cd95834dce7f98f34890aaccb44c3179d5 [diff] |
[config] If not HB_EXPERIMENTAL, then HB_NO_BEYOND_64K
diff --git a/src/hb-config.hh b/src/hb-config.hh index 67e8fe8..a5243d1 100644 --- a/src/hb-config.hh +++ b/src/hb-config.hh
@@ -35,6 +35,10 @@ #include "config.h" #endif +#ifndef HB_EXPERIMENTAL +#define HB_NO_BEYOND_64K +#endif + #ifndef HB_BORING_EXPANSION #define HB_NO_BORING_EXPANSION #endif