use stage1

This commit is contained in:
Luna 2022-10-08 15:06:14 -03:00
parent ef6c68705d
commit 43dad638f2
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ pub fn build(b: *Builder) void {
const mode = b.standardReleaseOptions();
const exe = b.addExecutable("scritcher", "src/main.zig");
exe.setBuildMode(mode);
exe.use_stage1 = true;
exe.install();
setupLinks(exe);