print info when doing a debug build
This commit is contained in:
parent
6da2211ee9
commit
062fc3ffe3
@ -76,6 +76,7 @@ endif
|
|||||||
LTC_CFLAGS += -Wno-type-limits
|
LTC_CFLAGS += -Wno-type-limits
|
||||||
|
|
||||||
ifdef LTC_DEBUG
|
ifdef LTC_DEBUG
|
||||||
|
$(info Debug build)
|
||||||
# compile for DEBUGGING (required for ccmalloc checking!!!)
|
# compile for DEBUGGING (required for ccmalloc checking!!!)
|
||||||
LTC_CFLAGS += -g3 -DLTC_NO_ASM
|
LTC_CFLAGS += -g3 -DLTC_NO_ASM
|
||||||
ifneq (,$(strip $(LTC_DEBUG)))
|
ifneq (,$(strip $(LTC_DEBUG)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user