From 1b20d4b7644bebc4ca3ec6691b4a6adc2ce5f937 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Mon, 9 Oct 2017 01:25:42 +0200 Subject: [PATCH 1/2] Default ENABLE_DEBUG_LOG to 'OFF' --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98d65b2..edd6439 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) From 0f866477413a0316fa32f0ec8587657333d82f46 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Mon, 9 Oct 2017 01:27:07 +0200 Subject: [PATCH 2/2] Issue #604 - Default ENABLE_DEBUG_LOG to 'OFF' --- version.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.txt b/version.txt index 49a0268..674d2e2 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -5.5.62 -2017.10.08 +5.5.63 +2017.10.09