We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601a62a commit 04621b1Copy full SHA for 04621b1
ci/san.sh
@@ -8,7 +8,7 @@ fi
8
9
rustup component add rust-src
10
11
-export ASAN_OPTIONS="detect_odr_violation=0 detect_leaks=0"
+export ASAN_OPTIONS="detect_odr_violation=0 detect_leaks=1"
12
export TSAN_OPTIONS="suppressions=$(dirname "$0")/tsan"
13
14
# Run address sanitizer
0 commit comments