authorgravatar for xtex@astrafall.orgxtex <xtex@astrafall.org> 2026-06-19 16:18:57+08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-06-22 01:44:45+02:00
log2dca73595f8113c99c9293d0eae97d912e47fe88
tree1a87a06d43c21442a5ded269c64b2793d9bfb6a8
parent9aa93a045ebbf7d5c6349eb41e99ca516ab9ba65

build: use new linker if both new-linker and use-llvm are true


1 files changed, 0 insertions(+), 1 deletions(-)

build.zig-1
...@@ -223,7 +223,6 @@ pub fn build(b: *std.Build) !void {...@@ -223,7 +223,6 @@ pub fn build(b: *std.Build) !void {
223223
224 const use_llvm = b.option(bool, "use-llvm", "Use the llvm backend");224 const use_llvm = b.option(bool, "use-llvm", "Use the llvm backend");
225 exe.use_llvm = use_llvm;225 exe.use_llvm = use_llvm;
226 exe.use_lld = use_llvm;
227226
228 if (no_bin) {227 if (no_bin) {
229 b.getInstallStep().dependOn(&exe.step);228 b.getInstallStep().dependOn(&exe.step);