mirror of https://github.com/google/oss-fuzz.git
Build spidermonkey in parallel (#1005)
This commit is contained in:
parent
727b1dd64f
commit
d22048a3b5
|
@ -30,6 +30,6 @@ cd build_DBG.OBJ
|
|||
--disable-jemalloc \
|
||||
--enable-address-sanitizer
|
||||
|
||||
make
|
||||
make "-j$(nproc)"
|
||||
|
||||
cp dist/bin/js $OUT
|
||||
|
|
Loading…
Reference in New Issue