commit | 484f6e8215038006a945da67d245f14db3eeeb2e | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Sat May 11 00:13:35 2019 -0700 |
committer | Behdad Esfahbod <[email protected]> | Sat May 11 00:13:35 2019 -0700 |
tree | 94a2f378d2a5c0d76d3e30ca14c8ab02f11ed22e | |
parent | 0bfd14c0ed2f95f00d0b94d396c777399afa4d68 [diff] [blame] |
[config] Add HB_LEAN Part of https://github.com/harfbuzz/harfbuzz/issues/1652
diff --git a/src/hb-config.hh b/src/hb-config.hh index 6c7a4eb..b13215a 100644 --- a/src/hb-config.hh +++ b/src/hb-config.hh
@@ -36,9 +36,14 @@ #ifdef HB_TINY +#define HB_LEAN #define HB_MINI +#endif + +#ifdef HB_LEAN #define HB_NO_BITMAP #define HB_NO_CFF +#define HB_NO_MATH #endif #ifdef HB_MINI