Commit 5cefc6c8 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Teach ASAN where the symbolizer lives

parent 603fd368
......@@ -38,6 +38,7 @@ before_install:
export CC="clang-4.0";
export CONFIGURE_ARGS="--enable-asan --enable-ubsan";
export ASAN_OPTIONS="detect_odr_violation=0,detect_leaks=0,abort_on_error=1";
export ASAN_SYMBOLIZER_PATH="/usr/bin/llvm-symbolizer-4.0";
export UBSAN_OPTIONS="halt_on_error=1,print_stacktrace=1";
fi
- ./autogen.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment