mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Enable DEBUG_SMARTLIST for entire codebase when expensive hardening is on
This commit is contained in:
parent
9054ccb36b
commit
9f2b887c5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user