Skip to content

Commit 062fc3f

Browse files
committed
print info when doing a debug build
1 parent 6da2211 commit 062fc3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

makefile_include.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ endif
7676
LTC_CFLAGS += -Wno-type-limits
7777

7878
ifdef LTC_DEBUG
79+
$(info Debug build)
7980
# compile for DEBUGGING (required for ccmalloc checking!!!)
8081
LTC_CFLAGS += -g3 -DLTC_NO_ASM
8182
ifneq (,$(strip $(LTC_DEBUG)))

0 commit comments

Comments
 (0)