Skip to content

Commit

Permalink
Adjust valgrind num-callers to 50 (default 12)
Browse files Browse the repository at this point in the history
This seems acceptable performance wise, and gives additional context.
  • Loading branch information
lfittl committed Dec 22, 2023
1 parent 837e122 commit ab076d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ VALGRIND_MEMCHECK = valgrind --leak-check=full --gen-suppressions=all \
--suppressions=test/valgrind.supp --time-stamp=yes \
--error-markers=VALGRINDERROR-BEGIN,VALGRINDERROR-END \
--log-file=test/valgrind.log --trace-children=yes --show-leak-kinds=all \
--error-exitcode=1 --errors-for-leak-kinds=all
--error-exitcode=1 --errors-for-leak-kinds=all --num-callers=50

CC ?= cc

Expand Down

0 comments on commit ab076d2

Please sign in to comment.