diff options
Diffstat (limited to 'MCServer/vg')
-rwxr-xr-x | MCServer/vg | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MCServer/vg b/MCServer/vg deleted file mode 100755 index fcc8270d0..000000000 --- a/MCServer/vg +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/bash - -# This script runs MCServer under valgrind -# It expects valgrind to be normally installed and available -# Note that this is for Linux only and debug-only, since it slows down MCS way too much - -valgrind --log-file=valgrind.log --suppressions=vg.supp --tool=memcheck --leak-check=full --leak-resolution=high --show-reachable=yes --track-origins=yes -v ./MCServer |