forked from mirrors/0ad
fb470ffa35
Given that Valgrind is not yet avx512 ready [1] all the more reason to have easy access to ASAN and friends for compilers that support it. This commit adds options for ASAN, TSAN and UBSAN. [2] [1] https://bugs.kde.org/show_bug.cgi?id=383010 [2] https://github.com/google/sanitizers/wiki Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>