From 9f2b887c5d251b93ee9def70871dfd71af71d995 Mon Sep 17 00:00:00 2001 From: rl1987 <rl1987@sdf.lonestar.org> Date: Sun, 3 Jun 2018 14:48:20 +0300 Subject: [PATCH] Enable DEBUG_SMARTLIST for entire codebase when expensive hardening is on --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 48ca5bae14..1b57361e02 100644 --- a/configure.ac +++ b/configure.ac @@ -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])) if test "x$enable_expensive_hardening" = "xyes" || test "x$enable_fragile_hardening" = "xyes"; then fragile_hardening="yes" + AC_DEFINE(DEBUG_SMARTLIST, 1, [Enable smartlist debugging]) fi dnl Linker hardening options -- GitLab