structstd.zig.llvm.Builder.Options[src]

Fields

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

Source Code

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