summaryrefslogtreecommitdiffstats
path: root/Server/vg
diff options
context:
space:
mode:
Diffstat (limited to 'Server/vg')
-rwxr-xr-xServer/vg7
1 files changed, 7 insertions, 0 deletions
diff --git a/Server/vg b/Server/vg
new file mode 100755
index 000000000..5fc22ab68
--- /dev/null
+++ b/Server/vg
@@ -0,0 +1,7 @@
+#! /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 ./Cuberite