We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CMakeLists.txt contains the necessary code to build with Address Sanitizer, via the ASAN_ENABLED build flag.
CMakeLists.txt
ASAN_ENABLED
However, we are not using this flag at the moment in GitHub Actions because the sanitizer is raising some issues when running the tests.
We have to fix those issues and then enable the Address Sanitizer for GitHub Actions debug builds.
The text was updated successfully, but these errors were encountered:
rturrado
No branches or pull requests
CMakeLists.txt
contains the necessary code to build with Address Sanitizer, via theASAN_ENABLED
build flag.However, we are not using this flag at the moment in GitHub Actions because the sanitizer is raising some issues when running the tests.
We have to fix those issues and then enable the Address Sanitizer for GitHub Actions debug builds.
The text was updated successfully, but these errors were encountered: