1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-20 06:46:50 +02:00
mu/mu/mu-memcheck.in
2020-02-15 14:09:30 +02:00

7 lines
290 B
Bash

#!/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 $@