We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006b615 commit f0d3254Copy full SHA for f0d3254
1 file changed
.github/workflows/nginx.yml
@@ -38,8 +38,8 @@ jobs:
38
with:
39
path: wolfssl
40
configure: >-
41
- --enable-nginx ${{ env.wolf_debug_flags }} --enable-debug \
42
- --enable-debug-trace-errcodes
+ --enable-nginx ${{ env.wolf_debug_flags }} --enable-debug
+ --enable-debug-trace-errcodes CPPFLAGS=-DWOLFSSL_LOGGINGENABLED_DEFAULT=1
43
install: true
44
# TODO remove
45
check: false
0 commit comments