Skip to content

Commit

Permalink
tls_wolfssl: re-enable optimizations as qm/fm default to 16-byte alig…
Browse files Browse the repository at this point in the history
…nment
  • Loading branch information
space88man committed Nov 18, 2023
1 parent 9898c58 commit dea9b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/tls_wolfssl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(WOLFSSL_PREFIX)/include/wolfssl/options.h $(WOLFSSL_PREFIX)/lib/libwolfssl.a:
if [ ! -f "Makefile" ]; then \
env -u DEFS -u CFLAGS -u LDFLAGS -u LIBS EXTRA_CFLAGS="-g -O2 -fPIC" ./configure \
--enable-all --enable-pkcs11 --enable-static --enable-writedup \
--disable-aligndata --disable-shared --disable-examples \
--disable-shared --disable-examples \
--disable-jni --disable-crl-monitor \
--prefix=$(CURDIR)/$(WOLFSSL_PREFIX) \
--exec-prefix=$(CURDIR)/$(WOLFSSL_PREFIX); \
Expand Down

0 comments on commit dea9b25

Please sign in to comment.