Skip to content

Commit

Permalink
test out debug wolfssl
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-max-li committed Nov 27, 2024
1 parent e0ee263 commit 9698711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
:source: $HE_WOLFSSL_SOURCE
:tag: $HE_WOLFSSL_TAG
:environment:
- CFLAGS=-O3 -fPIC -D_FORTIFY_SOURCE=2 -DWOLFSSL_MIN_RSA_BITS=2048 -DWOLFSSL_MIN_ECC_BITS=256 -DUSE_CERT_BUFFERS_4096 -DUSE_CERT_BUFFERS_256 -DWOLFSSL_NO_SPHINCS -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT -Wno-error=stringop-overflow
- CFLAGS=-O0 -g -D_FORTIFY_SOURCE=2 -DWOLFSSL_MIN_RSA_BITS=2048 -DWOLFSSL_MIN_ECC_BITS=256 -DUSE_CERT_BUFFERS_4096 -DUSE_CERT_BUFFERS_256 -DWOLFSSL_NO_SPHINCS -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT -Wno-error=stringop-overflow
:build:
- git apply ../../wolfssl/fix-falcon-dilithm-flags.patch
- "autoreconf -i"
Expand Down
2 changes: 1 addition & 1 deletion linux_386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
:source: $HE_WOLFSSL_SOURCE
:tag: $HE_WOLFSSL_TAG
:environment:
- CFLAGS=-O3 -fPIC -D_FORTIFY_SOURCE=2 -DWOLFSSL_MIN_RSA_BITS=2048 -DWOLFSSL_MIN_ECC_BITS=256 -m32 -DUSE_CERT_BUFFERS_4096 -DUSE_CERT_BUFFERS_256 -DWOLFSSL_NO_SPHINCS -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT
- CFLAGS=-O0 -g -D_FORTIFY_SOURCE=2 -DWOLFSSL_MIN_RSA_BITS=2048 -DWOLFSSL_MIN_ECC_BITS=256 -m32 -DUSE_CERT_BUFFERS_4096 -DUSE_CERT_BUFFERS_256 -DWOLFSSL_NO_SPHINCS -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT
- LDFLAGS= -m32
:build:
- git apply ../../wolfssl/fix-falcon-dilithm-flags.patch
Expand Down

0 comments on commit 9698711

Please sign in to comment.