Default ENABLE_DEBUG_LOG to 'OFF'

This commit is contained in:
Geoff McLane 2017-10-09 01:25:42 +02:00
parent 16aa474f6a
commit 1b20d4b764
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ endif ()
# 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_MEMORY_DEBUG "Set ON to output some memory diagnostics." OFF )