From fa15e1575865ef3a7a96501f042176c21dcc593c Mon Sep 17 00:00:00 2001 From: Timerix Date: Mon, 21 Apr 2025 18:46:12 +0500 Subject: [PATCH] fixed valgrind sources path trimming --- default.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.config b/default.config index 1ac36ff..0c4c9a2 100644 --- a/default.config +++ b/default.config @@ -111,7 +111,7 @@ case "$TASK" in ;; # executes $EXEC_FILE with valgrind memory checker valgrind) - VALGRIND_ARGS="-s --read-var-info=yes --track-origins=yes --fullpath-after=$(pwd) --leak-check=full --show-leak-kinds=all" + VALGRIND_ARGS="-s --read-var-info=yes --track-origins=yes --fullpath-after=$(pwd)/ --leak-check=full --show-leak-kinds=all" TASK_SCRIPT=cbuild/default_tasks/valgrind.sh ;; # generates profiling info