Proposal: Enable AddressSanitizer in build pipelines #81
Labels
CI/CD
Continuous integration and delivery
enhancement
New feature or request
help wanted
Extra attention is needed
Motivation
There were previously undiagnosed memory access issues that would only manifest in certain conditions. #46
What this will help solve
The intent is to discover undefined behavior regarding memory access before features may be merged into main.
Impact
Required changes
-DCMAKE_CXX_FLAGS="-fsanitize=address"
The text was updated successfully, but these errors were encountered: