Skip to content

Commit 6665bf8

Browse files
committed
enabling --keep-debuginfo=yes
1 parent fa37f88 commit 6665bf8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tests/multi-server/scripts/profiling/start_valgrind_profiling.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ valgrind \
2020
--collect-jumps=yes \
2121
--cache-sim=yes \
2222
--branch-sim=yes \
23+
--keep-debuginfo=yes \
2324
--instr-atstart=no \
2425
freeradius -f -l stdout -S resources.talloc_skip_cleanup=yes 2>&1 | \
2526
tee /tmp/fr.log &

0 commit comments

Comments
 (0)