You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run sanitizer single flag checks for all platforms
When checking for the availability of a sanitizer set, it would only run
`check_cxx_source_compiles` for the full set of flags, and additionally
`check_cxx_compiler_flag` on WIN32.
Now, it performs both checks for all platforms.
0 commit comments