# HG changeset patch
# User Matt Johnston <matt@ucc.asn.au>
# Date 1519919266 -28800
# Node ID 67cb1983500b80a2350208cc5b95297b6c8d024c
# Parent  c42e8ff42bd1f7b86c6799f3a6d88cf2a5b907c8
avoid fsanitize=address for fuzzing

diff -r c42e8ff42bd1 -r 67cb1983500b .travis.yml
--- a/.travis.yml	Thu Mar 01 23:46:24 2018 +0800
+++ b/.travis.yml	Thu Mar 01 23:47:46 2018 +0800
@@ -20,7 +20,10 @@
     - os: osx
       compiler: clang
       env: WEXTRAFLAGS=""
-    - env: DO_FUZZ=1 CONFIGURE_FLAGS="--enable-fuzz --disable-harden" EXTRACFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address
+
+    # 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"
       compiler: clang
 
 # container-based builds