mirror of https://github.com/google/oss-fuzz.git
Fix SM builds and use -gline-tables-only for building (#3542)
This commit is contained in:
parent
b100a222fb
commit
4f72fc8fbe
|
@ -38,8 +38,8 @@ mkdir -p build_OPT.OBJ
|
|||
cd build_OPT.OBJ
|
||||
|
||||
../configure \
|
||||
--enable-optimize \
|
||||
--disable-shared-js \
|
||||
--enable-debug \
|
||||
--enable-optimize="-O2 -gline-tables-only" \
|
||||
--disable-jemalloc \
|
||||
--enable-tests \
|
||||
--enable-fuzzing \
|
||||
|
|
|
@ -30,8 +30,7 @@ cd build_DBG.OBJ
|
|||
# Temporarily disable cranelift (see bug 1497570)
|
||||
../configure \
|
||||
--enable-debug \
|
||||
--enable-optimize \
|
||||
--disable-shared-js \
|
||||
--enable-optimize="-O2 -gline-tables-only" \
|
||||
--disable-jemalloc \
|
||||
--disable-tests \
|
||||
--enable-address-sanitizer \
|
||||
|
|
Loading…
Reference in New Issue