Added DEBUG_WOLFSSL to the debug flags in Makefile. Thanks Kaleb.

pull/68/head
David Garske 2017-07-31 16:04:47 -07:00
parent db60d7789a
commit 20d94ae1c8
1 changed files with 1 additions and 1 deletions

View File

@ -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