From 552515ba0dc9d5a4a4bbaa0b36f1cb60969c0d1e Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Fri, 9 Sep 2016 22:44:39 +1000 Subject: [PATCH] * tune default build options --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 350ba0f..5ba31b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,9 +8,9 @@ include(CTest) option(WITH_CLIENT "Simple client for configuring daemon" ON) option(WITH_CSOCKET "Unix control socket support for daemon" ON) -option(WITH_HARDENING "Enable hardening options" OFF) +option(WITH_HARDENING "Enable hardening options" ON) option(WITH_PCRE "Build pcre-compatible filter" ON) -option(WITH_REDIS "Build redis backend" ON) +option(WITH_REDIS "Build redis backend" OFF) if (NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "/usr")