mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-16 13:18:12 +01:00
Default to --enable-debug-frame also on aarch64
This is required for perf to show call graphs.
This commit is contained in:
parent
46c336d18f
commit
c1a65821a2
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ AC_ARG_ENABLE(debug_frame,
|
|||
AS_HELP_STRING([--enable-debug-frame],[Load the ".debug_frame" section if available]),, [
|
||||
case "${target_arch}" in
|
||||
(arm) enable_debug_frame=yes;;
|
||||
(aarch64) enable_debug_frame=yes;;
|
||||
(*) enable_debug_frame=no;;
|
||||
esac])
|
||||
if test x$enable_debug_frame = xyes; then
|
||||
|
|
Loading…
Reference in a new issue