pub const ObjectOptions = struct
pub const ObjectOptions = struct { name: []const u8, root_module: *Module, max_rss: u64 = 0, use_llvm: ?bool = null, use_lld: ?bool = null, zig_lib_dir: ?LazyPath = null, }