summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-08-06 00:24:23 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-08-06 00:24:23 (EDT)
commit997ae2ea7ec9d37ef268f9d6ab9207cd8f789f56 (patch)
treefa22541be177ecbf9232d92a0a8a750a97bd1039
parent5b90f0d92c513e68c8c13f54db91f342f73ece5e (diff)
libwolfssl.24-dbg: Include debugging symbols
-rwxr-xr-xbuild6
-rw-r--r--changelog5
2 files changed, 6 insertions, 5 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)
diff --git a/changelog b/changelog
index a93c435..227dcfb 100644
--- a/changelog
+++ b/changelog
@@ -1,7 +1,8 @@
wolfssl.24 (4.4.0-2) trunk
- * libwolfssl.24-dbg: Include debugging messages, which can be enabled by
- applications using wolfSSL_Debugging_ON().
+ * libwolfssl.24-dbg: Include debugging symbols, as well as debugging
+ messages which can be enabled by applications using
+ wolfSSL_Debugging_ON().
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 05 Aug 2020 21:40:07 -0400