mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 07:00:39 +01:00
defs-dev.mk, defs-dist.mk, defs.mk: Add COMPILE_DEBUG_LOG
This commit is contained in:
parent
8aa00b647e
commit
8da67697cf
3 changed files with 7 additions and 0 deletions
|
|
@ -528,6 +528,11 @@ ifeq ($(COMPILE_DEBUG_CODE),true)
|
|||
CPPFLAGS += -D_DEBUG_
|
||||
endif
|
||||
|
||||
ifeq ($(COMPILE_DEBUG_LOG),true)
|
||||
CFLAGS += -D_LOG_DEBUG_
|
||||
CPPFLAGS += -D_LOG_DEBUG_
|
||||
endif
|
||||
|
||||
ifeq ($(USE_MPATROL),true)
|
||||
CFLAGS += -include $(MODDIR)/include/mpatrol.h
|
||||
CPPFLAGS += -include $(MODDIR)/include/mpatrol.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue