2013-07-26 04:49:58 -04:00
|
|
|
#! /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
|
|
|
|
|
2015-08-26 04:58:51 -04:00
|
|
|
valgrind --log-file=helgrind.log --suppressions=hg.supp --gen-suppressions=all --tool=helgrind -v ./Cuberite
|