allocator: Allocator
strip: bool = true
name: []const u8 = &.{}
target: std.Target = builtin.target
triple: []const u8 = &.{}
pub const Options = struct { allocator: Allocator, strip: bool = true, name: []const u8 = &.{}, target: std.Target = builtin.target, triple: []const u8 = &.{}, }
Press escape to exit search and then '?' to see more options.