Skip to content

Commit bb6faac

Browse files
author
Yanfei Guo
authored
Merge pull request #401 from knard-intel/main
configure: Restore libuwnind support
2 parents 5cfab46 + bb0c908 commit bb6faac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

configure.ac

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,14 @@ AC_ARG_WITH([libunwind],
259259
AS_HELP_STRING([--with-libunwind=PATH],
260260
[specify path where libunwind include directory and lib directory can be found]))
261261

262+
# --enable-stack-unwind
263+
AC_ARG_ENABLE([stack-unwind],
264+
[ --enable-stack-unwind@<:@=OPTS@:>@ enable stack unwinding, which is disabled by default.
265+
yes|verbose - enable stack unwinding. Dump the raw stack information too
266+
unwind-only - enable stack unwinding. Do not dump the raw stack information
267+
no|none - disable stack unwinding
268+
],,[enable_stack_unwind=no])
269+
262270
# --with-papi
263271
AC_ARG_WITH([papi],
264272
AS_HELP_STRING([--with-papi=PATH],

0 commit comments

Comments
 (0)