Skip to content
Snippets Groups Projects
Commit 9f2b887c authored by rl1987's avatar rl1987 Committed by Nick Mathewson
Browse files

Enable DEBUG_SMARTLIST for entire codebase when expensive hardening is on

parent 9054ccb3
No related branches found
No related tags found
No related merge requests found
...@@ -176,6 +176,7 @@ AC_ARG_ENABLE(fragile-hardening, ...@@ -176,6 +176,7 @@ AC_ARG_ENABLE(fragile-hardening,
AS_HELP_STRING(--enable-fragile-hardening, [enable more fragile and expensive compiler hardening; makes Tor slower])) AS_HELP_STRING(--enable-fragile-hardening, [enable more fragile and expensive compiler hardening; makes Tor slower]))
if test "x$enable_expensive_hardening" = "xyes" || test "x$enable_fragile_hardening" = "xyes"; then if test "x$enable_expensive_hardening" = "xyes" || test "x$enable_fragile_hardening" = "xyes"; then
fragile_hardening="yes" fragile_hardening="yes"
AC_DEFINE(DEBUG_SMARTLIST, 1, [Enable smartlist debugging])
fi fi
dnl Linker hardening options dnl Linker hardening options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment