mirror of https://github.com/google/oss-fuzz.git
[spidermonkey] Fixed spidermonkey build by temporarily disabling cranelift (#1864)
This commit is contained in:
parent
5c263869ae
commit
0584bccf21
|
@ -27,13 +27,15 @@ autoconf2.13
|
||||||
mkdir build_DBG.OBJ
|
mkdir build_DBG.OBJ
|
||||||
cd build_DBG.OBJ
|
cd build_DBG.OBJ
|
||||||
|
|
||||||
|
# Temporarily disable cranelift (see bug 1497570)
|
||||||
../configure \
|
../configure \
|
||||||
--enable-debug \
|
--enable-debug \
|
||||||
--enable-optimize \
|
--enable-optimize \
|
||||||
--disable-shared-js \
|
--disable-shared-js \
|
||||||
--disable-jemalloc \
|
--disable-jemalloc \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
--enable-address-sanitizer
|
--enable-address-sanitizer \
|
||||||
|
--disable-cranelift
|
||||||
|
|
||||||
make "-j$(nproc)"
|
make "-j$(nproc)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue