ci: Use lsan again

Turning it off didn't fix the crashes; and we allow
the asan build to fail anyway now. And the leak reports
are useful whenever it doesn't crash.
This commit is contained in:
Matthias Clasen 2020-07-10 11:11:42 -04:00
parent f191b64bbc
commit b3dc517565

View File

@ -9,8 +9,6 @@ backend=$2
# Ignore memory leaks lower in dependencies
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
# Disable lsan for now since it is crashy
export ASAN_OPTION=detect_leaks=0
case "${backend}" in
x11)