From 495cfb3ffdedf63879ea5be1835be28421760e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 9 Nov 2017 06:44:45 -0800 Subject: [PATCH] Cleanup. --- src/bx_p.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/bx_p.h b/src/bx_p.h index 9e4d8cd..df37a2c 100644 --- a/src/bx_p.h +++ b/src/bx_p.h @@ -6,7 +6,11 @@ #ifndef BX_P_H_HEADER_GUARD #define BX_P_H_HEADER_GUARD -#if 1 // BX_CONFIG_DEBUG +#ifndef BX_CONFIG_DEBUG +# define BX_CONFIG_DEBUG 0 +#endif // BX_CONFIG_DEBUG + +#if BX_CONFIG_DEBUG # define BX_TRACE _BX_TRACE # define BX_WARN _BX_WARN # define BX_CHECK _BX_CHECK