Skip to content

Commit 6e738c8

Browse files
committed
config: add progress to --enable-g=all
Now that progress debug is shown useful, include it in the --enable-g=all option.
1 parent 0c0a478 commit 6e738c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ AC_ARG_ENABLE(g,
406406
performance impacts. Recommended for typical development.
407407
progress - Enable debugging progress status
408408
yes - synonym for "most" (*not* "all")
409-
all - All of the above choices
409+
all - Most of the above choices
410410
],,enable_g=none)
411411

412412
AC_ARG_ENABLE([mpit-pvars],
@@ -1290,6 +1290,7 @@ for option in $enable_g ; do
12901290
perform_dbgmutex=yes
12911291
perform_handlealloc=yes
12921292
perform_handle=yes
1293+
perform_dbgprogress=yes
12931294
;;
12941295
*)
12951296
IFS=$save_IFS

0 commit comments

Comments
 (0)