Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit 7b303f6

Browse files
committed
Add --openssl-no-asm flag
1 parent d134209 commit 7b303f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/node_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd ../lib/node
77
export CC="ccache gcc"
88
export CXX='ccache g++'
99
echo "Configuring with --dest-cpu=x64"
10-
./configure --link-module './nbin.js' --link-module './lib/_third_party_main.js' --dest-cpu=x64
10+
./configure --link-module './nbin.js' --link-module './lib/_third_party_main.js' --dest-cpu=x64 --openssl-no-asm
1111
make -j2 &>/dev/null &
1212
pid=$!
1313
(

0 commit comments

Comments
 (0)