1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00

Merge pull request #5493 from OlegHahm/silent_valgrind

native: let valgrind print the leak summary at the end
This commit is contained in:
Martine Lenders 2016-09-29 08:41:35 +02:00 committed by GitHub
commit fc1e974102

View File

@ -97,6 +97,7 @@ export TERMFLAGS := $(PORT) $(TERMFLAGS)
export ASFLAGS =
export DEBUGGER_FLAGS = -q --args $(ELF) $(TERMFLAGS)
term-valgrind: export VALGRIND_FLAGS ?= \
--leak-check=full \
--track-origins=yes \
--fullpath-after=$(RIOTBASE)/ \
--read-var-info=yes