-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Add windows runner with enabled address sanitizer. #2147
Comments
@ni4, |
Thanks! |
@maxirmx Managed to build and run with sanitizers, you may find these lines useful:
|
@ni4 thank you |
Description
Since Visual Studio 2019 version 16.9 it supports address sanitizer, as described here: https://learn.microsoft.com/en-us/cpp/sanitizers/asan?view=msvc-170
Currently Github runners use 16.11, so it would be good to add Windows runs with address sanitizers enabled.
The text was updated successfully, but these errors were encountered: