Open BrianMichell opened 3 months ago
There were previously undiagnosed memory access issues that would only manifest in certain conditions. #46
The intent is to discover undefined behavior regarding memory access before features may be merged into main.
-DCMAKE_CXX_FLAGS="-fsanitize=address"
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"