- Commit
- 0fdb06f275aeb67331fd0984d89227ecadeeb26e
- Parent
- aad831e87c92530fe54b7dcdda593c53ccc3f0b6
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Added 'Asan' build type.
`make asan` will link against ASan; the resulting executable will do checks for memory access issues.
Thanks @JordanMilne for the suggestion.