ソースを参照

print info when doing a debug build

Steffen Jaeckel 8 年 前
コミット
062fc3ffe3
1 ファイル変更1 行追加0 行削除
  1. 1 0
      makefile_include.mk

+ 1 - 0
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)))