struct Options [src]

Fields

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

Source

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