Open rturrado opened 1 year ago
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.
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.