diff options
Diffstat (limited to 'MCServer/hg')
-rwxr-xr-x | MCServer/hg | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MCServer/hg b/MCServer/hg deleted file mode 100755 index 93593de8d..000000000 --- a/MCServer/hg +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/bash - -# This script runs MCServer under helgrind -# 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=helgrind.log --suppressions=hg.supp --gen-suppressions=all --tool=helgrind -v ./MCServer
\ No newline at end of file |