print info when doing a debug build

This commit is contained in:
Steffen Jaeckel 2017-09-29 10:02:23 +02:00
parent 6da2211ee9
commit 062fc3ffe3

View File

@ -76,6 +76,7 @@ endif
LTC_CFLAGS += -Wno-type-limits
ifdef LTC_DEBUG
$(info Debug build)
# compile for DEBUGGING (required for ccmalloc checking!!!)
LTC_CFLAGS += -g3 -DLTC_NO_ASM
ifneq (,$(strip $(LTC_DEBUG)))