From 0852a0028f3ae7d365e5b9a2b52acf73578b9dfb Mon Sep 17 00:00:00 2001 From: Timerix Date: Mon, 21 Apr 2025 18:43:54 +0500 Subject: [PATCH] fixed valgrind sources path trimming --- project.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.config b/project.config index 95b7b07..22a5a2a 100755 --- a/project.config +++ b/project.config @@ -114,7 +114,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