mirror of https://github.com/google/oss-fuzz.git
spidermonkey: fix build (#8160)
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49667
This commit is contained in:
parent
ef6355819d
commit
cb3b4fb21c
|
@ -31,14 +31,12 @@ 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="-O2 -gline-tables-only" \
|
--enable-optimize="-O2 -gline-tables-only" \
|
||||||
--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