-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Build flags that might be interesting:
MPACK_DEBUG(should be on by default in debug/"ReleaseSafe", off by default in "ReleaseFast")MPACK_EXTENSIONS(should be on by default)MPACK_READ_TRACKING/MPACK_WRITE_TRACKING(should have similar defaults toMPACK_DEBUG)MPACK_OPTIMIZE_FOR_SIZE(default off, on in "ReleaseSmall")
Flags that should probably be off by default (because we use Zig equivalents):
MPACK_MALLOC(we use Zigstd.mem.Allocator)MPACK_STDIO(we use Zig stdio bindings)
Also it might be interesting to disable parts of the API that aren't needed. Corresponding feature flags include: MPACK_WRITER, MPACK_READER, MPACK_NODE, etc...
Metadata
Metadata
Assignees
Labels
No labels