diff options
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index dfb6ccb9..491cd5fb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,5 +17,5 @@ task: - (cd .. && git clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure --prefix=/tmp && make -s -j${MAXJOBS}) - touch .devel - ./configure - - make -s -j${MAXJOBS} all + - make -s -j${MAXJOBS} CFLAGS=-Werror all - make check |
