Skip to content

Commit 867cafd

Browse files
committed
build: add debugging for wrapper logic
Rather than add an echo statement every time I have mess with the wrapper compiler logic, add a verbose print to do the same thing. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent 2e596ee commit 867cafd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/opal_setup_wrappers.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ AC_DEFUN([OPAL_WRAPPER_FLAGS_ADD], [
4545
[$1], [LDFLAGS], [OPAL_FLAGS_APPEND_UNIQ([wrapper_extra_ldflags], [$2])],
4646
[$1], [LIBS], [OPAL_FLAGS_APPEND_MOVE([wrapper_extra_libs], [$2])],
4747
[m4_fatal([Unknown wrapper flag type $1])])
48+
opal_show_verbose "Adding \"$2\" to \"$1\""
4849
])
4950

5051

0 commit comments

Comments
 (0)