Browse Source

Fix keeping symbols for hwloc plugins closed at shutdown

Samuel Thibault 5 years ago
parent
commit
f3f1cc582b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/dev/valgrind/valgrind.sh

+ 1 - 1
tools/dev/valgrind/valgrind.sh

@@ -30,4 +30,4 @@ else
 fi
 SUPPRESSIONS=$(for f in $(dirname $0)/*.suppr /usr/share/hwloc/hwloc-valgrind.supp; do if test -f $f ; then echo "--suppressions=$f" ; fi ; done)
 
-$RUN --num-callers=42 --error-limit=no --gen-suppressions=all $SUPPRESSIONS $*
+$RUN --keep-debuginfo=yes --num-callers=42 --error-limit=no --gen-suppressions=all $SUPPRESSIONS $*