Skip to content

Commit

Permalink
Merge pull request #881 from MasterDuke17/add_--full-cleanup_to_perl-…
Browse files Browse the repository at this point in the history
…valgrind-m

Add '--full-cleanup' to moar in perl-valgrind-m
  • Loading branch information
zoffixznet committed Sep 17, 2016
2 parents fd5ef86 + a02ac71 commit 3583e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/create-moar-runner.pl
Expand Up @@ -49,7 +49,7 @@
say "running on $*DISTRO.gist() / $*KERNEL.gist()";
say "-" x 96;'
valgrind %s --execname="$0" --libpath="%s" %s/%s "$@"
valgrind %s --full-cleanup --execname="$0" --libpath="%s" %s/%s "$@"
EOS
$fh.close;
chmod(0o755, $install_to);
Expand Down

0 comments on commit 3583e26

Please sign in to comment.