From 645b87b248ca9ffbcf2881aa7d4d0c8d49b7b645 Mon Sep 17 00:00:00 2001 From: APTX Date: Thu, 9 Jan 2020 21:05:42 +0900 Subject: [PATCH] Do not enable debug logs by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 115014e..d7c3dc9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ add_feature_info(RenameParser WITH_RENAMEPARSER "file renaming engine") option(WITH_ENCRYPTION "Enable encryption" ON) add_feature_info(Encryption WITH_ENCRYPTION "ENCRYPT command support (requires QCA)") -option(WITH_CLIENT_DEBUG "Enable client debug logs" ON) +option(WITH_CLIENT_DEBUG "Enable client debug logs" OFF) add_feature_info(ClientDebug WITH_CLIENT_DEBUG "Print extra logs for debug purposes") set(QT_MIN_VERSION "5.8.0") -- 2.52.0