Add -debug-asan presets with AddressSanitizer

This commit is contained in:
Luke Street
2026-06-08 22:14:10 -06:00
parent 93e33ecf1a
commit 285691cd19
4 changed files with 107 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
const char* __asan_default_options(void) {
return "abort_on_error=1:symbolize=1:intercept_memcmp=0:detect_leaks=0";
}