Merge branch 'next' into squelch_reports

This commit is contained in:
Jim Derry 2017-10-10 08:14:33 -04:00
commit bcf4748b9c
2 changed files with 3 additions and 3 deletions

View file

@ -139,7 +139,7 @@ endif ()
# Diagnostics # Diagnostics
# Enable building with logs, some memory diagnostics. # Enable building with logs, some memory diagnostics.
#------------------------------------------------------------------------ #------------------------------------------------------------------------
option( ENABLE_DEBUG_LOG "Set ON to output debugging messages." ON ) option( ENABLE_DEBUG_LOG "Set ON to output debugging messages." OFF )
option( ENABLE_ALLOC_DEBUG "Set ON to output node allocation diagnostics." OFF ) option( ENABLE_ALLOC_DEBUG "Set ON to output node allocation diagnostics." OFF )
option( ENABLE_MEMORY_DEBUG "Set ON to output some memory diagnostics." OFF ) option( ENABLE_MEMORY_DEBUG "Set ON to output some memory diagnostics." OFF )

View file

@ -1,2 +1,2 @@
5.5.62 5.5.63
2017.10.08 2017.10.09