summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2021-05-15 18:27:20 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2021-05-15 18:27:20 (GMT)
commit71008a6aa81384792384cd9515d9f7a822c3341b (patch)
tree5357a7a537d0c84deec6f359c949c7fc29813473 /unix/Makefile.in
parent6a484fdaef399592d4b9fce8bde2a8e8656ff999 (diff)
downloadtcl-71008a6aa81384792384cd9515d9f7a822c3341b.zip
tcl-71008a6aa81384792384cd9515d9f7a822c3341b.tar.gz
tcl-71008a6aa81384792384cd9515d9f7a822c3341b.tar.bz2
Add valgrind option --keep-deguginfo=yes
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 8bf9def..17e70d9 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -268,6 +268,7 @@ TRACE_OPTS =
VALGRIND = valgrind
VALGRINDARGS = --tool=memcheck --num-callers=24 \
--leak-resolution=high --leak-check=yes --show-reachable=yes -v \
+ --keep-debuginfo=yes \
--suppressions=$(TOOL_DIR)/valgrind_suppress
#--------------------------------------------------------------------------