From 55b65d697ab7065bbab30077787e5b0b8f4ebb0b Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 3 Oct 2013 21:00:14 -0400 Subject: [PATCH] I care more about users than attacking governments I'll bet the users would agree with this default as well. Arguably, this shouldn't even be an option??? --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a403b7..745f3d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project (ZMAP C) option(WITH_REDIS "Build with support for Redis DB" OFF) option(WITH_JSON "Build with support for JSON" OFF) option(ENABLE_DEVELOPMENT "Enable development specific compiler and linker flags" OFF) -option(ENABLE_HARDENING "Add hardening specific compiler and linker flags" OFF) +option(ENABLE_HARDENING "Add hardening specific compiler and linker flags" ON) if(ENABLE_DEVELOPMENT) # Hardening and warnings for building with gcc