mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
defs.mk: Compile USE_VALGRIND with -D_VALGRIND_
This commit is contained in:
parent
86d9e0eb60
commit
8aa00b647e
1 changed files with 2 additions and 2 deletions
|
|
@ -479,8 +479,8 @@ ifeq ($(USE_MPATROL),true)
|
|||
endif
|
||||
|
||||
ifeq ($(USE_VALGRIND),true)
|
||||
CFLAGS += -include /usr/include/valgrind/memcheck.h
|
||||
CPPFLAG += -include /usr/include/valgrind/memcheck.h
|
||||
CFLAGS += -include /usr/include/valgrind/memcheck.h -D_VALGRIND_
|
||||
CPPFLAG += -include /usr/include/valgrind/memcheck.h -D_VALGRIND_
|
||||
# LDFLAGS +=
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue