mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
* Address sanitizer uses -DCMAKE_BUILD_TYPE=Asan * Thread sanitizer uses -DCMAKE_BUILD_TYPE=Tsan * Undefined behavior sanitizer uses -DCMAKE_BUILD_TYPE=Ubsan Only ubsan is enabled in CI for now because asan and tsan report failures.