valgrind: dhat is no longer experimental

The valgrind dhat plugin is no longer experimental as of
valgrind commit 441bfc5f5 in 2018, update the switch.

Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
Change-Id: Iba74eeed1cc5e2350d715454bf32192e0bc3692b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170072
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Tested-by: Jenkins
This commit is contained in:
Dr. David Alan Gilbert 2024-07-06 18:27:06 +01:00 committed by Michael Stahl
parent 329b224981
commit 63e023f342

View file

@ -122,7 +122,7 @@ for arg in "$@" $EXTRAOPT ; do
echo "use kill -SIGUSR2 pid to dump traces of active allocations"
checks="c$checks"
case "$VALGRIND" in
helgrind|memcheck|massif|exp-dhat)
helgrind|memcheck|massif|dhat)
export G_SLICE=always-malloc
export GLIBCXX_FORCE_NEW=1
;;