Skip to content

Commit

Permalink
Disable testing and fuzzing for openssl when building WASM packages (#…
Browse files Browse the repository at this point in the history
…1116)

Co-authored-by: EmelyanenkoK <[email protected]>
  • Loading branch information
krigga and EmelyanenkoK authored Aug 20, 2024
1 parent 06515c3 commit 5bdcb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/wasm/fift-func-wasm-build-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ cd ..
if [ ! -f "openssl/openssl_em" ]; then
cd openssl
make clean
emconfigure ./Configure linux-generic32 no-shared no-dso no-engine no-unit-test
emconfigure ./Configure linux-generic32 no-shared no-dso no-engine no-unit-test no-tests no-fuzz-afl no-fuzz-libfuzzer
sed -i 's/CROSS_COMPILE=.*/CROSS_COMPILE=/g' Makefile
sed -i 's/-ldl//g' Makefile
sed -i 's/-O3/-Os/g' Makefile
Expand Down

0 comments on commit 5bdcb5e

Please sign in to comment.