travis: build tests with NL_MORE_ASSERTS enabled

This commit is contained in:
Thomas Haller 2019-08-09 14:56:03 +02:00
parent 9c66c50748
commit dcbea40653

View File

@ -8,6 +8,8 @@ if [ "$CC" = "clang" ]; then
CFLAGS="$CFLAGS -Wno-error=unused-command-line-argument -Wno-error=unused-function"
fi
CFLAGS="$CFLAGS -DNL_MORE_ASSERTS=1000"
export CFLAGS
./autogen.sh
./configure