We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a4adf commit 5dce4c7Copy full SHA for 5dce4c7
ci/ci.sh
@@ -94,7 +94,7 @@ file *tests* || true
94
file bench* || true
95
file .libs/* || true
96
97
-valgrind --error-exitcode=42 --verbose ./silentpayments_example
+valgrind --error-exitcode=42 --verbose --track-origins=yes ./silentpayments_example
98
99
# # This tells `make check` to wrap test invocations.
100
# export LOG_COMPILER="$WRAPPER_CMD"
0 commit comments