struct Options [src]

Fields

allocator: Allocator
strip: bool = true
name: []const u8 = &.{}
target: std.Target = builtin.target
triple: []const u8 = &.{}

Source

pub const Options = struct { allocator: Allocator, strip: bool = true, name: []const u8 = &.{}, target: std.Target = builtin.target, triple: []const u8 = &.{}, }