mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
Enable asan on debug macos aarch64 builds (#17058)
This commit is contained in:
@@ -133,10 +133,12 @@
|
||||
|
||||
#if OS(DARWIN)
|
||||
#if BUN_DEBUG
|
||||
#if !__has_feature(address_sanitizer)
|
||||
#include <malloc/malloc.h>
|
||||
#define IS_MALLOC_DEBUGGING_ENABLED 1
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static WTF::StringView StringView_slice(WTF::StringView sv, unsigned start, unsigned end)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user