mirror of https://github.com/google/oss-fuzz.git
libwebp,build.sh: enable asserts (#1580)
This commit is contained in:
parent
3af21b0252
commit
02da75de99
|
@ -20,6 +20,7 @@ WEBP_CFLAGS="$CFLAGS -DWEBP_MAX_IMAGE_SIZE=838860800" # 800MiB
|
|||
|
||||
./autogen.sh
|
||||
CFLAGS="$WEBP_CFLAGS" ./configure \
|
||||
--enable-asserts \
|
||||
--enable-libwebpdemux \
|
||||
--enable-libwebpmux \
|
||||
--disable-shared \
|
||||
|
|
Loading…
Reference in New Issue