summaryrefslogtreecommitdiff
path: root/ohmd/valgrind-ohm.sh
blob: 3137bf12105a1cdfea2f4499673ba4a00ff9eb6b (plain)
1
2
3
4
#!/bin/sh

#valgrind --num-callers=20 --show-reachable=yes --leak-check=yes --tool=memcheck ./ohmd --no-daemon --timed-exit $@
valgrind --show-reachable=yes --tool=memcheck --leak-check=full ./ohmd --no-daemon --timed-exit $@