- #!/bin/bash
- export G_DEBUG=gc-friendly
- export G_SLICE=always-malloc
- exec /usr/bin/valgrind --show-reachable=yes --leak-check=full --leak-resolution=high \
- --error-limit=no --num-callers=8 \
- --suppressions=/home/lupus/opt/svn/mono/data/mono.supp \
- ~/opt/svn/mono/mono/mini/mono $@
