deprecated NDEBUG and introduced HCL_BUILD_DEBUG and HCL_BUILD_RELEASE
This commit is contained in:
@ -216,6 +216,12 @@
|
||||
/* __va_copy is available */
|
||||
#undef HAVE___VA_COPY
|
||||
|
||||
/* build release/debug */
|
||||
#undef HCL_BUILD_DEBUG
|
||||
|
||||
/* build release/debug */
|
||||
#undef HCL_BUILD_RELEASE
|
||||
|
||||
/* enable dynamic module capability */
|
||||
#undef HCL_ENABLE_DYNAMIC_MODULE
|
||||
|
||||
|
Reference in New Issue
Block a user