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???
This commit is contained in:
Eric 2013-10-03 21:00:14 -04:00
parent 82a8f402b8
commit 55b65d697a
1 changed files with 1 additions and 1 deletions

View File

@ -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