This commit is contained in:
Branimir Karadžić
2017-11-09 06:44:45 -08:00
parent 9c7f2db06b
commit 495cfb3ffd

View File

@@ -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