summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/build b/build
index 40ceb8c..5024d50 100755
--- a/build
+++ b/build
@@ -21,14 +21,14 @@ build_client_opts = $(common_opts) \
--disable-errorstrings
build_full_opts = $(common_opts) \
--disable-errorstrings
-build_dbg_opts = $(common_opts)
+build_dbg_opts = $(common_opts) \
+ --enable-debug
common_cflags = \
-DNO_SESSION_CACHE
build_client_cflags = $(common_cflags) \
-DNO_WOLFSSL_SERVER
build_full_cflags = $(common_cflags)
-build_dbg_cflags = $(common_cflags) \
- -DDEBUG_WOLFSSL
+build_dbg_cflags = $(common_cflags)
arch = $(OPK_HOST_ARCH)