re-work debug output of some tests

This commit is contained in:
Steffen Jaeckel
2015-08-23 19:45:26 +02:00
parent 1987a2f975
commit 9585faca2b
6 changed files with 35 additions and 52 deletions
+6 -2
View File
@@ -41,8 +41,12 @@ endif
CFLAGS += -Wno-type-limits
ifdef LTC_DEBUG
# compile for DEBUGING (required for ccmalloc checking!!!)
CFLAGS += -g3 -DLTC_NO_ASM
# compile for DEBUGGING (required for ccmalloc checking!!!)
ifneq (,$(strip $(LTC_DEBUG)))
CFLAGS += -g3 -DLTC_NO_ASM -DLTC_TEST_DBG=$(LTC_DEBUG)
else
CFLAGS += -g3 -DLTC_NO_ASM -DLTC_TEST_DBG
endif
else
ifdef LTC_SMALL