Skip to content

Commit

Permalink
turn on asan for wavm
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Apr 25, 2019
1 parent 7a23846 commit 98c9944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ defaults:
run:
name: "Test shared Hera (wavm)"
command: |
export ASAN_OPTIONS=detect_leaks=0
export ASAN_OPTIONS=detect_leaks=1
SO=$([ $(uname) = Darwin ] && echo dylib || echo so)
if [[ $PRELOAD_ASAN ]]; then export LD_PRELOAD=/usr/lib/clang/8/lib/linux/libclang_rt.asan-x86_64.so; fi
testeth --version
Expand Down

0 comments on commit 98c9944

Please sign in to comment.