diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-26 10:49:58 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-07-26 10:49:58 +0200 |
commit | 1b825df6c2fbf8ef70ab02b59b2c41a5d6ac46c5 (patch) | |
tree | a2a50fe4ef6cba3a2d5312d6c13e78313b8d86de /MCServer/hg | |
parent | Plugins folder: ignoring everything not explicitly added (diff) | |
download | cuberite-1b825df6c2fbf8ef70ab02b59b2c41a5d6ac46c5.tar cuberite-1b825df6c2fbf8ef70ab02b59b2c41a5d6ac46c5.tar.gz cuberite-1b825df6c2fbf8ef70ab02b59b2c41a5d6ac46c5.tar.bz2 cuberite-1b825df6c2fbf8ef70ab02b59b2c41a5d6ac46c5.tar.lz cuberite-1b825df6c2fbf8ef70ab02b59b2c41a5d6ac46c5.tar.xz cuberite-1b825df6c2fbf8ef70ab02b59b2c41a5d6ac46c5.tar.zst cuberite-1b825df6c2fbf8ef70ab02b59b2c41a5d6ac46c5.zip |
Diffstat (limited to 'MCServer/hg')
-rw-r--r-- | MCServer/hg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MCServer/hg b/MCServer/hg new file mode 100644 index 000000000..93593de8d --- /dev/null +++ b/MCServer/hg @@ -0,0 +1,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 ./MCServer
\ No newline at end of file |