fix: add use_llvm to main executable
This commit is contained in:
parent
faac9b54d8
commit
6924e929d8
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ pub fn build(b: *std.Build) void {
|
||||||
.{ .name = "ink", .module = mod },
|
.{ .name = "ink", .module = mod },
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
// Added because of a switch on a corrupt value on git hash
|
||||||
|
// a8a6ce8d0f14c1dd5b3ea42e46f3226bcbe11a87
|
||||||
|
.use_llvm = true,
|
||||||
});
|
});
|
||||||
|
|
||||||
b.installArtifact(exe);
|
b.installArtifact(exe);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue