Commit 5a787b75 authored by Jan Kiene's avatar Jan Kiene
Browse files

pass MSAN_TRACK_ORIGINS in sanitizer build job

parent 8cf7681b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ fi
# CI linux container would do this, can stay commented if clang (v13) is in your path
#PATH=$PATH:/usr/lib/llvm-13/bin
make clean
make CLANG=1 -j
make CLANG=1 -j MSAN_TRACK_ORIGINS=1
make clean
make CLANG=2 -j
make clean