diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |