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
RiscadoA opened this issue
Dec 16, 2024
· 0 comments
Labels
A-MetaB-BuildRelated to the build configurationB-CIRelated to CI actionsP-NormalThis issue isn't a big priority, but it would still be nice to have it closed soon
Currently it's not clear how we can enable sanitizers. E.g., address sanitizer, thread sanitizer, etc.
These could be very useful to find nasty bugs, and, specially in the CI, these should be enabled.
Solution
We should explore what CMake has to offer in this regard. I think that it is possible to provide options to toggle it.
We should do so on the CI tests.
The text was updated successfully, but these errors were encountered:
A-MetaB-BuildRelated to the build configurationB-CIRelated to CI actionsP-NormalThis issue isn't a big priority, but it would still be nice to have it closed soon
Problem
Currently it's not clear how we can enable sanitizers. E.g., address sanitizer, thread sanitizer, etc.
These could be very useful to find nasty bugs, and, specially in the CI, these should be enabled.
Solution
We should explore what CMake has to offer in this regard. I think that it is possible to provide options to toggle it.
We should do so on the CI tests.
The text was updated successfully, but these errors were encountered: