Make a note how to use valgrind with gdb

This commit is contained in:
Robin Gareus 2023-06-04 02:56:22 +02:00
parent 36056597ce
commit e9e4757a3c
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ VALGRIND_OPTIONS="$VALGRIND_OPTIONS --error-limit=no"
#VALGRIND_OPTIONS="$VALGRIND_OPTIONS --show-leak-kinds=all -v"
#VALGRIND_OPTIONS="$VALGRIND_OPTIONS --log-file=/tmp/ardour-%p.log"
#VALGRIND_OPTIONS="$VALGRIND_OPTIONS --gen-suppressions=all"
#VALGRIND_OPTIONS="$VALGRIND_OPTIONS -q --vgdb-error=0"
TOP=`dirname "$0"`/..
. $TOP/build/gtk2_ardour/ardev_common_waf.sh