mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Enable track origin on valgrind for debugging.
This commit is contained in:
parent
b83d7687dc
commit
91101c1e0a
|
@ -39,7 +39,7 @@ valgrind_test() {
|
|||
# If $KVZ_TEST_VALGRIND is defined and equal to "1", run the test with
|
||||
# valgrind. Otherwise, run without valgrind.
|
||||
if [ "${KVZ_TEST_VALGRIND:-0}" = '1' ]; then
|
||||
valgrind='valgrind --leak-check=full --error-exitcode=1 --'
|
||||
valgrind='valgrind --leak-check=full --track-origins=yes --error-exitcode=1 --'
|
||||
else
|
||||
valgrind=''
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue