| ... | @@ -3677,6 +3677,7 @@ pub fn cmdBuild(gpa: Allocator, arena: Allocator, args: []const []const u8) !voi | ... | @@ -3677,6 +3677,7 @@ pub fn cmdBuild(gpa: Allocator, arena: Allocator, args: []const []const u8) !voi |
| 3677 | .self_exe_path = self_exe_path, | 3677 | .self_exe_path = self_exe_path, |
| 3678 | .thread_pool = &thread_pool, | 3678 | .thread_pool = &thread_pool, |
| 3679 | .use_stage1 = use_stage1, | 3679 | .use_stage1 = use_stage1, |
| | 3680 | .cache_mode = .whole, |
| 3680 | }) catch |err| { | 3681 | }) catch |err| { |
| 3681 | fatal("unable to create compilation: {s}", .{@errorName(err)}); | 3682 | fatal("unable to create compilation: {s}", .{@errorName(err)}); |
| 3682 | }; | 3683 | }; |