mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Makefile: trace children in valgrind
So that we get info for the session manager as well
This commit is contained in:
parent
6f2534f5ab
commit
7ee166f4c6
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ gdb:
|
||||||
$(MAKE) run DBG=gdb
|
$(MAKE) run DBG=gdb
|
||||||
|
|
||||||
valgrind:
|
valgrind:
|
||||||
$(MAKE) run DBG="DISABLE_RTKIT=1 VALGRIND=1 valgrind"
|
$(MAKE) run DBG="DISABLE_RTKIT=1 VALGRIND=1 valgrind --trace-children=yes"
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
ninja -C @BUILD_ROOT@ test
|
ninja -C @BUILD_ROOT@ test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue