rleigh-codelibre opened a new pull request #34: URL: https://github.com/apache/xalan-c/pull/34
Add new macros: * XALAN_DEBUG (to replace _DEBUG and !NDEBUG); defaults to ON for Debug builds, else OFF. * XALAN_CRT_DEBUG (to replace the above combined with _MSC_VER for memory leak checking); defaults to ON for Debug builds when using MSVC, else OFF. Both are cache variables with auto-detected defaults which may be overridden if needed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
