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
I noticed that with the latest main branch Address Sanitizer is no longer enabled by default for MSVC, looking at the code, the detection in check_sanitizers_support is inverted:
I noticed that with the latest main branch Address Sanitizer is no longer enabled by default for MSVC, looking at the code, the detection in check_sanitizers_support is inverted:
project_options/src/Sanitizers.cmake
Line 163 in 46081b2
it should be:
You can see the check is inverted if you check the detection logic in
project_options/src/Sanitizers.cmake
Line 83 in 46081b2
The text was updated successfully, but these errors were encountered: