Add missing backslash

This commit is contained in:
Khaled Hosny 2018-11-06 18:07:47 +02:00
parent 9bddfde25d
commit d29602b962
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ check-gtester:
# Check tests under valgrind. Saves log to log-valgrind.txt
VALGRIND_FLAGS = \
--tool=memcheck
--tool=memcheck \
--track-origins=yes \
--leak-check=yes
$(EXTRA_VALGRIND_FLAGS)