Build spidermonkey in parallel (#1005)

This commit is contained in:
Alex Gaynor 2017-11-23 15:12:37 -06:00 committed by Abhishek Arya
parent 727b1dd64f
commit d22048a3b5
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ cd build_DBG.OBJ
--disable-jemalloc \
--enable-address-sanitizer
make
make "-j$(nproc)"
cp dist/bin/js $OUT