Removed the debug tags from log entries in standard debug builds and added a special switch to the tests

This commit is contained in:
Markus Makela
2014-09-10 12:58:11 +03:00
parent f0bed1a8cc
commit aceae1c32b
3 changed files with 10 additions and 4 deletions

View File

@ -8,6 +8,11 @@ SRCS := log_manager.cc
UTILS_PATH := $(ROOT_PATH)/utils
CUR_DIR := $(shell pwd)
ifeq ($(ADD_DEBUG_TAGS),Y)
CFLAGS += -DSS_LOG_DEBUG
endif
makeall: clean all
clean: