Enable UBSan for Travis fuzzer job

This commit is contained in:
practicalswift
2019-09-30 18:03:12 +00:00
parent 696b5eb179
commit aa81e2cc0e
2 changed files with 2 additions and 2 deletions

View File

@@ -13,4 +13,4 @@ export RUN_UNIT_TESTS=false
export RUN_FUNCTIONAL_TESTS=false
export RUN_FUZZ_TESTS=true
export GOAL="install"
export BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer,address CC=clang CXX=clang++"
export BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer,address,undefined CC=clang CXX=clang++"