Skip to content

Commit

Permalink
spidermonkey: fix build (#8160)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKorczynski authored Aug 5, 2022
1 parent ef63558 commit cb3b4fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions projects/spidermonkey/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ autoconf2.13
mkdir build_DBG.OBJ
cd build_DBG.OBJ

# Temporarily disable cranelift (see bug 1497570)
../configure \
--enable-debug \
--enable-optimize="-O2 -gline-tables-only" \
--disable-jemalloc \
--disable-tests \
--enable-address-sanitizer \
--disable-cranelift
--enable-address-sanitizer

make "-j$(nproc)"

Expand Down

0 comments on commit cb3b4fb

Please sign in to comment.