-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
arch: noneAffects common code across architecturesAffects common code across architecturesenhancementNew feature or requestNew feature or request
Milestone
Description
Options can be passed from build.zig to any zig source file. This can be used for configuration and creating builds for a specific purpose, such as running extensive runtime tests.
The option is added by calling addBuildOption(...) on a LibObjExeStep (e.g. the result from addObject(...), then used by importing zig-cache/{object name}_build_options.zig.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arch: noneAffects common code across architecturesAffects common code across architecturesenhancementNew feature or requestNew feature or request