summaryrefslogtreecommitdiffstats
path: root/Server/hg
blob: f79dce8e80d9e01e7779bafdce2c399a1b83b07e (plain) (blame)
1
2
3
4
5
6
7
#! /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 ./Cuberite