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