diff options
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -29,9 +29,6 @@ pub fn build(b: *std.Build) !void { b.installArtifact(exe); - const ir_file = b.addInstallFile(exe.getEmittedLlvmIr(), "output.ll"); - b.getInstallStep().dependOn(&ir_file.step); - const run_cmd = b.addRunArtifact(exe); run_cmd.step.dependOn(b.getInstallStep()); if (b.args) |args| run_cmd.addArgs(args); |
