Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 3, 2020
1 parent 601a62a commit 04621b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/san.sh
Expand Up @@ -8,7 +8,7 @@ fi

rustup component add rust-src

export ASAN_OPTIONS="detect_odr_violation=0 detect_leaks=0"
export ASAN_OPTIONS="detect_odr_violation=0 detect_leaks=1"
export TSAN_OPTIONS="suppressions=$(dirname "$0")/tsan"

# Run address sanitizer
Expand Down

0 comments on commit 04621b1

Please sign in to comment.