The documentation says:
* _MSC_VER Only - ENABLE_DEBUG_LOG is automatically enabled in the Debug
* build, unless DISABLE_DEBUG_LOG is defined. See 'tidyplatform.h'
And there seems to be no way to disable other than defining DISABLE_DEBUG_LOG. This seems bizarre. Why shouldn't ENABLE_DEBUG_LOG=OFF be honored on all platforms?