summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING5
1 files changed, 3 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index ffca598d8..a8fb403e5 100644
--- a/HACKING
+++ b/HACKING
@@ -89,8 +89,9 @@ automatically includes this option.
# sudo ./src/bluetoothd -n -d
Run daemon with valgrind
- # sudo valgrind --trace-children=yes --track-origins=yes --track-fds=yes
- --show-possibly-lost=no --leak-check=full ./src/bluetoothd -n -d
+ # sudo valgrind --trace-children=yes --track-origins=yes --track-fds=yes \
+ --show-possibly-lost=no --leak-check=full --suppressions=./tools/valgrind.supp \
+ ./src/bluetoothd -n -d
For production installations or distribution packaging it is important that
the "--enable-maintainer-mode" option is NOT used.