configure: disable asserts by default

--enable-asserts can be used to avoid defining NDEBUG

Change-Id: I6216668e3f79f69bd8c453f0b36cecb3b585688e
This commit is contained in:
James Zern
2015-12-16 13:15:53 -08:00
parent 80ce27d34e
commit b9d80fa4e8
5 changed files with 18 additions and 4 deletions

View File

@ -37,5 +37,5 @@ noinst_HEADERS =
noinst_HEADERS += ../webp/format_constants.h
libwebpencode_la_LDFLAGS = -lm
libwebpencode_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
libwebpencode_la_CPPFLAGS = $(AM_CPPFLAGS) $(USE_EXPERIMENTAL_CODE)
libwebpencodeincludedir = $(includedir)/webp