mirror of https://github.com/google/oss-fuzz.git
Disables werror for binutils (#5628)
This commit is contained in:
parent
c25ca964c4
commit
ca0365bbc2
|
@ -31,7 +31,7 @@ cd ../
|
|||
|
||||
./configure --disable-gdb --disable-gdbserver --disable-gdbsupport \
|
||||
--disable-libdecnumber --disable-readline --disable-sim \
|
||||
--enable-targets=all
|
||||
--enable-targets=all --disable-werror
|
||||
make MAKEINFO=true && true
|
||||
|
||||
# Make fuzzer directory
|
||||
|
|
Loading…
Reference in New Issue