diff --git a/makefile_include.mk b/makefile_include.mk index 762c695..03a8ccf 100644 --- a/makefile_include.mk +++ b/makefile_include.mk @@ -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)))