From bd021a67203aa5b07c31c02d63e6154da0c05d31 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 8 May 2018 01:50:30 -0700 Subject: [PATCH] Minor --- src/hb-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-private.hh b/src/hb-private.hh index d7c8fef8d..1b1e83f42 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -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