Skip to content

Commit 677911f

Browse files
committed
Temp: build wolfSSL with debug for the pkcs11 fix-check trace
1 parent f11642d commit 677911f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pkcs11-fix-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
https://github.com/aidangarske/wolfssl /tmp/wolfssl
3737
cd /tmp/wolfssl
3838
./autogen.sh >/dev/null
39-
./configure --enable-pkcs11 --enable-cryptocb --enable-static --enable-shared >/dev/null
39+
./configure --enable-pkcs11 --enable-cryptocb --enable-static --enable-shared --enable-debug >/dev/null
4040
make -j"$(nproc)" >/dev/null
4141
sudo make install >/dev/null
4242
sudo ldconfig

0 commit comments

Comments
 (0)