mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-03 21:58:08 +02:00
meson: add '--keep-debuginfo=yes' to the valgrind command line
ensures that we get debug symbols from modules printed correctly
This commit is contained in:
parent
7355215cf1
commit
606a9765d6
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ if valgrind.found()
|
|||
'--leak-check=full',
|
||||
'--gen-suppressions=all',
|
||||
'--error-exitcode=3',
|
||||
'--keep-debuginfo=yes',
|
||||
],
|
||||
env: valgrind_env,
|
||||
timeout_multiplier: 2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue