• Devon H. O'Dell's avatar
    build: support for asan/tsan/msan/ubsan sanitizers · 75ceb189
    Devon H. O'Dell authored
    Modern versions of gcc and clang support various runtime sanitizers that
    can be used to find nasty bugs at runtime. Note that not all of these
    sanitizers may be active at the same time. However, these tools are aimed
    at developers and likely require at least some level of reference during
    testing while enabled -- which discouraged me from doing a matrix of
    conditionals in autohell.
    75ceb189
configure.ac 19.5 KB