1Build the base system with Address Sanitizer (ASan) to detect 2memory corruption bugs such as buffer overflows or use-after-free. 3Requires that Clang be used as the base system compiler 4and that the runtime support library is available. 5