Skip to content

Commit

Permalink
Slim down wolfSSL static library size
Browse files Browse the repository at this point in the history
  • Loading branch information
0xg0nz0 committed Mar 31, 2024
1 parent dd2c13a commit 16a5d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ externalproject_add(wolfssl
GIT_TAG v5.7.0-stable
PREFIX ${CMAKE_BINARY_DIR}/wolfssl
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND autoreconf -i COMMAND <SOURCE_DIR>/configure --prefix=<INSTALL_DIR> --enable-all --enable-harden --enable-keylog-export --enable-static --disable-ech
CONFIGURE_COMMAND autoreconf -i COMMAND <SOURCE_DIR>/configure --prefix=<INSTALL_DIR> --enable-tls13 --enable-tls12 --enable-tlsx --enable-quic --enable-harden --enable-keylog-export --enable-static --enable-sys-ca-certs --disable-ech --disable-psk --disable-opensslall --disable-dtls --disable-anonymous --disable-nullcipher --disable-oldtls --disable-sslv3 --disable-webserver --disable-examples --disable-crypttests
BUILD_COMMAND make -j ${NPROC}
BUILD_BYPRODUCTS ${CMAKE_BINARY_DIR}/wolfssl/lib/libwolfssl.a
INSTALL_COMMAND make install
Expand Down

0 comments on commit 16a5d39

Please sign in to comment.