deprecated NDEBUG and introduced HCL_BUILD_DEBUG and HCL_BUILD_RELEASE
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
|
||||
#define DECODE_LOG_MASK (HCL_LOG_MNEMONIC | HCL_LOG_INFO)
|
||||
|
||||
#if defined(NDEBUG)
|
||||
#if defined(HCL_BUILD_RELEASE)
|
||||
/* get rid of instruction logging regardless of the log mask
|
||||
* in the release build */
|
||||
# define LOG_INST_0(hcl,fmt)
|
||||
|
Reference in New Issue
Block a user