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:
commit
fc1e974102
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user