We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefea9d commit c0a548fCopy full SHA for c0a548f
.github/workflows/os-check.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Build and test wolfSSL
71
uses: wolfSSL/actions-build-autotools-project@v1
72
with:
73
- configure: CFLAGS="-pedantic -Wno-overlength-strings -Wdeclaration-after-statement -DTEST_LIBWOLFSSL_SOURCES_INCLUSION_SEQUENCE" ${{ matrix.config }}
+ configure: CFLAGS="-pedantic -Wno-overlength-strings -Wdeclaration-after-statement -DTEST_LIBWOLFSSL_SOURCES_INCLUSION_SEQUENCE" ${{ matrix.config }} --enable-debug
74
check: true
75
76
make_user_settings:
0 commit comments