We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed79a64 commit c4155dcCopy full SHA for c4155dc
circle.yml
@@ -154,7 +154,7 @@ defaults:
154
run:
155
name: "Test shared Hera (wavm)"
156
command: |
157
- export ASAN_OPTIONS=detect_leaks=0
+ export ASAN_OPTIONS=detect_leaks=1
158
SO=$([ $(uname) = Darwin ] && echo dylib || echo so)
159
if [[ $PRELOAD_ASAN ]]; then export LD_PRELOAD=/usr/lib/clang/8/lib/linux/libclang_rt.asan-x86_64.so; fi
160
testeth --version
0 commit comments