diff --git a/core/tiny_refill_opt.h b/core/tiny_refill_opt.h index f43bc2c3..40c66468 100644 --- a/core/tiny_refill_opt.h +++ b/core/tiny_refill_opt.h @@ -27,7 +27,7 @@ static inline void trc_init(TinyRefillChain* c) { } static inline void refill_opt_dbg(const char* stage, int class_idx, uint32_t n) { -#if HAKMEM_TINY_REFILL_OPT +#if HAKMEM_TINY_REFILL_OPT && !HAKMEM_BUILD_RELEASE static int en = -1; static _Atomic int printed = 0; if (__builtin_expect(en == -1, 0)) {