Commit 44231dc6 authored by Marko Mäkelä's avatar Marko Mäkelä

Cleanup: have_sanitizer='ASAN,UBSAN'

This was suggested by Sergei Golubhick.
Fixes up commit b91a123d
parent 9595ea89
......@@ -5082,7 +5082,7 @@ static Sys_var_have Sys_have_symlink(
# ifdef __SANITIZE_ADDRESS__
# ifdef WITH_UBSAN
# define SANITIZER_MODE "ASAN+UBSAN"
# define SANITIZER_MODE "ASAN,UBSAN"
# else
# define SANITIZER_MODE "ASAN"
# endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment