From 997ae2ea7ec9d37ef268f9d6ab9207cd8f789f56 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 06 Aug 2020 00:24:23 -0400 Subject: libwolfssl.24-dbg: Include debugging symbols --- (limited to 'build') 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) -- cgit v0.9.1