mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
The cleanup in959c7bcae2merged separate ASAN/TSAN if-blocks into one, but incorrectly defined BOOST_USE_ASAN for both. TSAN builds don't link ASan's runtime, so __sanitizer_start/finish_switch_fiber are unresolved. Restore the original separate blocks fromd2079574c7. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>