From 20d94ae1c8a33462e5d2b68edc8e2f3a7b853adf Mon Sep 17 00:00:00 2001 From: David Garske Date: Mon, 31 Jul 2017 16:04:47 -0700 Subject: [PATCH] Added DEBUG_WOLFSSL to the debug flags in Makefile. Thanks Kaleb. --- btle/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btle/Makefile b/btle/Makefile index 3af17467..11a7d0c8 100644 --- a/btle/Makefile +++ b/btle/Makefile @@ -7,7 +7,7 @@ LIBS = -L$(LIB_PATH)/lib # option variables DYN_LIB = -lwolfssl STATIC_LIB = -DEBUG_FLAGS = -g -DDEBUG +DEBUG_FLAGS = -g -DDEBUG -DDEBUG_WOLFSSL OPTIMIZE = -Os # Options