[config] If not HB_EXPERIMENTAL, then HB_NO_BEYOND_64K

This commit is contained in:
Behdad Esfahbod 2022-10-29 11:14:27 -06:00
parent a0f999cd95
commit 6a47ef34b1
1 changed files with 4 additions and 0 deletions

View File

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