diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index addedb616..b4822c885 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,7 +79,7 @@ jobs: # use-after-scope, double-free, invalid-free, and memory leaks. # * MemorySanitizer detects uninitialized reads. # - RUSTFLAGS: "-Zsanitizer=address" + RUSTFLAGS: "-Zsanitizer=address -C link-args=-lasan" # RUSTFLAGS: "-Zsanitizer=memory -Zsanitizer-memory-track-origins" steps: