libwebp,build.sh: enable asserts (#1580)

This commit is contained in:
James Zern 2018-06-28 10:12:48 -07:00 committed by Abhishek Arya
parent 3af21b0252
commit 02da75de99
1 changed files with 1 additions and 0 deletions

View File

@ -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 \