summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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)