mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-09 19:01:12 -04:00
Add -debug-asan presets with AddressSanitizer
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
const char* __asan_default_options(void) {
|
||||
return "abort_on_error=1:symbolize=1:intercept_memcmp=0:detect_leaks=0";
|
||||
}
|
||||
Reference in New Issue
Block a user