Mercurial > dropbear
changeset 1572:56ec2214144f
no werror for fuzzing clang
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 02 Mar 2018 00:11:27 +0800 |
parents | d4efb7801fcd |
children | ee7a546e3e6d e75dab5bec71 |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Fri Mar 02 00:02:06 2018 +0800 +++ b/.travis.yml Fri Mar 02 00:11:27 2018 +0800 @@ -23,7 +23,7 @@ # TODO: add -fsanitize=address # TODO: fuzzing malloc wrapper doesn't replace free() in system libtomcrypt - - env: DO_FUZZ=1 CONFIGURE_FLAGS="--enable-fuzz --disable-harden --enable-bundled-libtom" + - env: DO_FUZZ=1 CONFIGURE_FLAGS="--enable-fuzz --disable-harden --enable-bundled-libtom" WEXTRAFLAGS="" compiler: clang # container-based builds