mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
build: Move valgrind.supp into tools directory
This commit is contained in:
parent
f2d17bea8d
commit
4eeb9f495a
@ -431,7 +431,7 @@ endif
|
||||
if VALGRIND
|
||||
LOG_COMPILER = valgrind --error-exitcode=1 --num-callers=30
|
||||
LOG_FLAGS = --trace-children=yes --leak-check=full --show-reachable=no \
|
||||
--suppressions=$(srcdir)/valgrind.supp --quiet
|
||||
--suppressions=$(srcdir)/tools/valgrind.supp --quiet
|
||||
endif
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user