mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 15:03:55 +01:00
defs.mk: Add support for USE_FAST_LOG
This commit is contained in:
parent
d5d5b7b1a2
commit
ff7a8ba240
1 changed files with 5 additions and 0 deletions
|
|
@ -613,6 +613,11 @@ ifeq ($(USE_TIMER),true)
|
||||||
BUILD_CPPFLAGS += -D_USE_TIMER_
|
BUILD_CPPFLAGS += -D_USE_TIMER_
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(USE_FAST_LOG),false)
|
||||||
|
BUILD_CFLAGS +=-D_USE_FAST_LOG_=0
|
||||||
|
BUILD_CPPFLAGS +=-D_USE_FAST_LOG_=0
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_GCOV),true)
|
ifeq ($(USE_GCOV),true)
|
||||||
BUILD_CFLAGS+= --coverage
|
BUILD_CFLAGS+= --coverage
|
||||||
BUILD_CPPFLAGS += --coverage
|
BUILD_CPPFLAGS += --coverage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue