mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-14 20:22:19 +00:00
Disable testing and fuzzing for openssl when building WASM packages (#1116)
Co-authored-by: EmelyanenkoK <emelyanenko.kirill@gmail.com>
This commit is contained in:
parent
622dc8676a
commit
b70090dae3
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ cd ..
|
||||||
if [ ! -f "openssl/openssl_em" ]; then
|
if [ ! -f "openssl/openssl_em" ]; then
|
||||||
cd openssl
|
cd openssl
|
||||||
make clean
|
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/CROSS_COMPILE=.*/CROSS_COMPILE=/g' Makefile
|
||||||
sed -i 's/-ldl//g' Makefile
|
sed -i 's/-ldl//g' Makefile
|
||||||
sed -i 's/-O3/-Os/g' Makefile
|
sed -i 's/-O3/-Os/g' Makefile
|
||||||
|
|
Loading…
Reference in a new issue