Commits


Rossi Sun authored and GitHub committed f57c37a6219
GH-45206: [C++][CMake] Add sanitizer presets (#45207) ### Rationale for this change See #45206 ### What changes are included in this PR? Add base presets for ASAN/TSAN/UBSAN. And cross product such base presets by `ninja-debug` which is, IMO, the config just enough necessary and likely to need sanitizers' aid. ### Are these changes tested? No need. ### Are there any user-facing changes? None. * GitHub Issue: #45206 Authored-by: Rossi Sun <zanmato1984@gmail.com> Signed-off-by: Rossi Sun <zanmato1984@gmail.com>