80e1eb37dd
Also upgraded the user setting file for MSVC to 2013.
8 lines
316 B
Bash
Executable File
8 lines
316 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# This script runs Cuberite 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
|