Default ENABLE_DEBUG_LOG to 'OFF'
This commit is contained in:
parent
16aa474f6a
commit
1b20d4b764
|
@ -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 )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue