about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2020-10-23 23:19:17 +0200
committervanhauser-thc <vh@thc.org>2020-10-23 23:19:17 +0200
commit4a5df3dcfe11edcc6336d3cbfd5918f5ff4db564 (patch)
tree97719f7847a7f4bd76b52cffcf58a95d386c034a
parent2e8ec1e33943c5067637361a8c182d13412a307c (diff)
downloadafl++-4a5df3dcfe11edcc6336d3cbfd5918f5ff4db564.tar.gz
symobile=1 for travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b8b36e6b..93f1b899 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,5 +55,5 @@ script:
   - if [ "$TRAVIS_OS_NAME" = "osx" ]; then export LLVM_CONFIG=`pwd`/"$NAME" ; make source-only ASAN_BUILD=1 ; fi
   - if [ "$TRAVIS_OS_NAME" = "linux" -a "$TRAVIS_CPU_ARCH" = "amd64" ]; then make distrib ASAN_BUILD=1 ; fi
   - if [ "$TRAVIS_CPU_ARCH" = "arm64" ] ; then export LLVM_CONFIG=llvm-config-6.0 ; make ASAN_BUILD=1 ; cd qemu_mode && sh ./build_qemu_support.sh ; cd .. ; fi
-  - make tests
+  - export ASAN_OPTIONS="abort_on_error=1:detect_leaks=0:symbolize=1" ; make tests
 #  - travis_terminate 0