Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 19th, 2010 | Syntax: None | Size: 0.28 KB | Hits: 79 | Expires: Never
Copy text to clipboard
  1. #!/bin/bash
  2. export G_DEBUG=gc-friendly
  3. export G_SLICE=always-malloc
  4.  
  5. exec /usr/bin/valgrind --show-reachable=yes --leak-check=full --leak-resolution=high \
  6.         --error-limit=no --num-callers=8 \
  7.         --suppressions=/home/lupus/opt/svn/mono/data/mono.supp \
  8.         ~/opt/svn/mono/mono/mini/mono $@