Commit f65a27cf authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Build the v8 in multithreaded mode

parent ed59c2b9
...@@ -33,7 +33,7 @@ cd "$SCRIPTPATH/v8" ...@@ -33,7 +33,7 @@ cd "$SCRIPTPATH/v8"
if [[ "$platform" == *"linux"* ]] if [[ "$platform" == *"linux"* ]]
then then
CFLAGS="-fPIC" CXXFLAGS="-fPIC" make native GYPFLAGS=-Dclang=0 CFLAGS="-fPIC" CXXFLAGS="-fPIC" make native -j $(grep -c ^processor /proc/cpuinfo) GYPFLAGS=-Dclang=0
cp "./out/native/obj.target/tools/gyp/libv8_base.a" "./../$platform$arch/" cp "./out/native/obj.target/tools/gyp/libv8_base.a" "./../$platform$arch/"
cp "./out/native/obj.target/tools/gyp/libv8_libbase.a" "./../$platform$arch/" cp "./out/native/obj.target/tools/gyp/libv8_libbase.a" "./../$platform$arch/"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment