Makefile: trace children in valgrind

So that we get info for the session manager as well
This commit is contained in:
Wim Taymans 2020-10-02 16:23:29 +02:00
parent 6f2534f5ab
commit 7ee166f4c6

View file

@ -23,7 +23,7 @@ gdb:
$(MAKE) run DBG=gdb
valgrind:
$(MAKE) run DBG="DISABLE_RTKIT=1 VALGRIND=1 valgrind"
$(MAKE) run DBG="DISABLE_RTKIT=1 VALGRIND=1 valgrind --trace-children=yes"
test: all
ninja -C @BUILD_ROOT@ test