mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
On Linux (and some other systems) we need -rdynamic for backtraces
This commit is contained in:
parent
063bea58bc
commit
b0023083c4
@ -593,6 +593,9 @@ if test x$enable_linker_hardening != xno; then
|
||||
TOR_CHECK_LDFLAGS(-z relro -z now, "$all_ldflags_for_check", "$all_libs_for_check")
|
||||
fi
|
||||
|
||||
# For backtrace support
|
||||
TOR_CHECK_LDFLAGS(-rdynamic)
|
||||
|
||||
dnl ------------------------------------------------------
|
||||
dnl Now see if we have a -fomit-frame-pointer compiler option.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user