aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--erts/etc/unix/cerl.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/etc/unix/cerl.src b/erts/etc/unix/cerl.src
index 8cfc2d549e..7a5d31b9eb 100644
--- a/erts/etc/unix/cerl.src
+++ b/erts/etc/unix/cerl.src
@@ -293,7 +293,8 @@ if [ "x$GDB" = "x" ]; then
fi
fi
if [ "x$VALGRIND_MISC_FLAGS" = "x" ]; then
- valgrind_misc_flags=
+ valgrind_misc_flags="--show-possibly-lost=no --child-silent-after-fork=yes\
+ --suppressions=$ROOTDIR/erts/emulator/valgrind/suppress.standard"
else
valgrind_misc_flags="$VALGRIND_MISC_FLAGS"
fi