summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-08-05 21:41:43 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-08-05 21:41:43 (EDT)
commit5b90f0d92c513e68c8c13f54db91f342f73ece5e (patch)
tree946e225d574fc5a8c8458579ad1033e11894ac4a /build
parenta04772bda56bb7c0f699123521e0d0ca01810f16 (diff)
libwolfssl.24-dbg: Include debugging messages
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 5bfac03..40ceb8c 100755
--- a/build
+++ b/build
@@ -27,7 +27,8 @@ common_cflags = \
build_client_cflags = $(common_cflags) \
-DNO_WOLFSSL_SERVER
build_full_cflags = $(common_cflags)
-build_dbg_cflags = $(common_cflags)
+build_dbg_cflags = $(common_cflags) \
+ -DDEBUG_WOLFSSL
arch = $(OPK_HOST_ARCH)