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