deprecated NDEBUG and introduced HCL_BUILD_DEBUG and HCL_BUILD_RELEASE

This commit is contained in:
2018-02-21 09:30:18 +00:00
parent 345b36ded4
commit 81fd56e34d
10 changed files with 46 additions and 28 deletions

View File

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