projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f6fca4
)
[config] Enable HB_NO_MT in HB_TINY
author
Behdad Esfahbod
<behdad@behdad.org>
Sun, 12 May 2019 18:05:24 +0000
(11:05 -0700)
committer
Behdad Esfahbod
<behdad@behdad.org>
Sun, 12 May 2019 18:05:24 +0000
(11:05 -0700)
Now that user can override it if needed...
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
src/hb-config.hh
patch
|
blob
|
history
diff --git
a/src/hb-config.hh
b/src/hb-config.hh
index
6f31ad2
..
e7e14df
100644
(file)
--- a/
src/hb-config.hh
+++ b/
src/hb-config.hh
@@
-39,7
+39,7
@@
#ifdef HB_TINY
#define HB_LEAN
#define HB_MINI
-//#define HB_NO_MT /* Let user choose */
+#define HB_NO_MT
#endif
#ifdef HB_LEAN