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:
parent
82a8f402b8
commit
55b65d697a
@ -4,7 +4,7 @@ project (ZMAP C)
|
|||||||
option(WITH_REDIS "Build with support for Redis DB" OFF)
|
option(WITH_REDIS "Build with support for Redis DB" OFF)
|
||||||
option(WITH_JSON "Build with support for JSON" OFF)
|
option(WITH_JSON "Build with support for JSON" OFF)
|
||||||
option(ENABLE_DEVELOPMENT "Enable development specific compiler and linker flags" 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)
|
if(ENABLE_DEVELOPMENT)
|
||||||
# Hardening and warnings for building with gcc
|
# Hardening and warnings for building with gcc
|
||||||
|
Loading…
Reference in New Issue
Block a user