no werror for fuzzing clang

This commit is contained in:
Matt Johnston 2018-03-02 00:11:27 +08:00
parent e612aec5d9
commit ce1f9cdf7c

View File

@ -23,7 +23,7 @@ matrix:
# 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