We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cfab46 + bb0c908 commit bb6faacCopy full SHA for bb6faac
configure.ac
@@ -259,6 +259,14 @@ AC_ARG_WITH([libunwind],
259
AS_HELP_STRING([--with-libunwind=PATH],
260
[specify path where libunwind include directory and lib directory can be found]))
261
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
+
270
# --with-papi
271
AC_ARG_WITH([papi],
272
AS_HELP_STRING([--with-papi=PATH],
0 commit comments