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