Revert "Add link-asan to RUSTFLAGS in CI"

This reverts commit 8bb1bb8ae1.
This commit is contained in:
ridiculousfish 2023-03-27 21:37:31 -07:00
parent 14c5c94d01
commit 2d6f752f6e

View file

@ -79,7 +79,7 @@ jobs:
# use-after-scope, double-free, invalid-free, and memory leaks.
# * MemorySanitizer detects uninitialized reads.
#
RUSTFLAGS: "-Zsanitizer=address -C link-args=-lasan"
RUSTFLAGS: "-Zsanitizer=address"
# RUSTFLAGS: "-Zsanitizer=memory -Zsanitizer-memory-track-origins"
steps: