mirror of https://github.com/google/oss-fuzz.git
libcoap: enable fuzz introspector (#10815)
Signed-off-by: David Korczynski <david@adalogics.com>
This commit is contained in:
parent
40c2a8a4a3
commit
fb9ac1d3ff
|
@ -15,6 +15,10 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
if [ "$SANITIZER" == "introspector" ]; then
|
||||
export WARNING_CFLAGS="${CFLAGS}"
|
||||
fi
|
||||
|
||||
./autogen.sh && ./configure --disable-doxygen --disable-manpages \
|
||||
--disable-dtls \
|
||||
&& make -j$(nproc)
|
||||
|
|
Loading…
Reference in New Issue