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")