blob: 73a23294006d5bbda4c6a5a1f52927df7f897a80 (
plain)
1
2
3
4
5
6
|
#!/bin/sh
export G_SLICE=always-malloc
export G_DEBUG=gc-friendly
libtool --mode=execute valgrind --tool=memcheck --leak-check=full --show-possibly-lost=no --leak-resolution=med --track-origins=yes --num-callers=20 --log-file='@abs_top_builddir@/mu-%p.vgdump' @abs_top_builddir@/mu/mu $@
|