mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 14:50:38 +01:00
Release 1.1.8-2
- Merge changes of V_1_1_5-2F3 -> V_1_1_5-2F4
This commit is contained in:
parent
c42e2b04cd
commit
64f194bcf2
5 changed files with 15 additions and 1 deletions
|
|
@ -202,6 +202,12 @@ ifeq ($(USE_MPATROL),true)
|
|||
PROJECT_LDFLAGS += -lmpatrolmt -lbfd -liberty
|
||||
endif
|
||||
|
||||
ifeq ($(USE_VALGRIND),true)
|
||||
PROJECT_CFLAGS += -include /usr/include/valgrind/memcheck.h
|
||||
PROJECT_CPPFLAGS += -include /usr/include/valgrind/memcheck.h
|
||||
# PROJECT_LDFLAGS +=
|
||||
endif
|
||||
|
||||
ifeq ($(USE_TIMER),true)
|
||||
CFLAGS += -D_USE_TIMER_
|
||||
CPPFLAGS += -D_USE_TIMER_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue