mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 04:10:03 +01:00
Makefile: run valgrind with better arguments & environment
This commit is contained in:
parent
07ada05e25
commit
7de841fa96
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -26,4 +26,5 @@ gdb:
|
||||||
$(MAKE) run DBG=gdb
|
$(MAKE) run DBG=gdb
|
||||||
|
|
||||||
valgrind:
|
valgrind:
|
||||||
$(MAKE) run DBG=valgrind
|
G_SLICE=always-malloc \
|
||||||
|
$(MAKE) run DBG="valgrind --leak-check=full"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue