We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11642d commit 677911fCopy full SHA for 677911f
1 file changed
.github/workflows/pkcs11-fix-check.yml
@@ -36,7 +36,7 @@ jobs:
36
https://github.com/aidangarske/wolfssl /tmp/wolfssl
37
cd /tmp/wolfssl
38
./autogen.sh >/dev/null
39
- ./configure --enable-pkcs11 --enable-cryptocb --enable-static --enable-shared >/dev/null
+ ./configure --enable-pkcs11 --enable-cryptocb --enable-static --enable-shared --enable-debug >/dev/null
40
make -j"$(nproc)" >/dev/null
41
sudo make install >/dev/null
42
sudo ldconfig
0 commit comments