Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit af16631

Browse files
committed
oops, disable sampling on OSX
1 parent ead1fc9 commit af16631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform_darwin.odin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ demangle_symbol :: proc(name: string, tmp_buffer: []u8) -> (string, bool) {
6060
return string(ret_str), true
6161
}
6262

63-
supports_sampling :: proc() -> (ok: bool) { return true }
63+
supports_sampling :: proc() -> (ok: bool) { return false }

0 commit comments

Comments
 (0)