Add HB_OPTIMIZE_SIZE
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
This commit is contained in:
parent
0ff3618c2d
commit
d6de4659aa
|
@ -43,6 +43,9 @@
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef __OPTIMIZE_SIZE__
|
||||||
|
#define __OPTIMIZE_SIZE__
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HB_LEAN
|
#ifdef HB_LEAN
|
||||||
|
@ -113,6 +116,11 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __OPTIMIZE_SIZE__
|
||||||
|
#ifndef HB_OPTIMIZE_SIZE
|
||||||
|
#define HB_OPTIMIZE_SIZE
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_OVERRIDE_H
|
#ifdef HAVE_CONFIG_OVERRIDE_H
|
||||||
#include "config-override.h"
|
#include "config-override.h"
|
||||||
|
|
Loading…
Reference in New Issue