defs.mk: Add support for USE_FAST_LOG

This commit is contained in:
Jan Lindemann 2012-02-05 21:29:41 +00:00 committed by Jan Lindemann
commit ff7a8ba240

View file

@ -613,6 +613,11 @@ ifeq ($(USE_TIMER),true)
BUILD_CPPFLAGS += -D_USE_TIMER_
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)
BUILD_CFLAGS+= --coverage
BUILD_CPPFLAGS += --coverage