mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-23 10:09:53 +00:00
travis: build tests with NL_MORE_ASSERTS enabled
This commit is contained in:
parent
9c66c50748
commit
dcbea40653
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user