diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2026-02-20 21:47:02 -0600 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2026-02-20 21:48:37 -0600 |
| commit | e9a5db74ad613e4af1adcd86ce68eb86a00e198f (patch) | |
| tree | 9a70325e7354e8a4b9838cbc0d601e7b6c5dc9e3 /build.zig | |
| parent | ad1cd6c5ede326cd12c591f16c494ff945489e8b (diff) | |
| download | funcz-e9a5db74ad613e4af1adcd86ce68eb86a00e198f.tar.gz | |
Removed IR generation
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); |
