wayvnc/util/valgrind.sh

7 lines
106 B
Bash
Raw Permalink Normal View History

#!/bin/sh
valgrind --leak-check=full \
--show-leak-kinds=all \
--suppressions=util/valgrind.supp \
$@