This commit is contained in:
Behdad Esfahbod 2018-05-08 01:50:30 -07:00
parent 16e4ccf7b4
commit bd021a6720
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ static inline unsigned char TOLOWER (unsigned char c)
* light-weight) to be enabled, then HB_DEBUG can be defined to disable
* the costlier checks. */
#ifdef NDEBUG
#define HB_NDEBUG
#define HB_NDEBUG 1
#endif