mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
disable heap_breakdown when asan is enabled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const vm_size_t = usize;
|
||||
|
||||
pub const enabled = Environment.allow_assert and Environment.isMac;
|
||||
pub const enabled = Environment.allow_assert and Environment.isMac and !Environment.enable_asan;
|
||||
|
||||
fn heapLabel(comptime T: type) [:0]const u8 {
|
||||
const base_name = if (comptime bun.meta.hasDecl(T, "heap_label"))
|
||||
|
||||
Reference in New Issue
Block a user