| ... | ... | @@ -5808,7 +5808,7 @@ const MakeRunner = struct { |
| 5808 | 5808 | }; |
| 5809 | 5809 | |
| 5810 | 5810 | fn compileMakeRunner(gpa: Allocator, arena: Allocator, io: Io, options: MakeRunner.Options) !MakeRunner { |
| 5811 | | const compile_prog_node = options.parent_prog_node.start("Compile Maker", 0); |
| 5811 | const compile_prog_node = options.parent_prog_node.start("Compiling maker (first time setup)", 0); |
| 5812 | 5812 | defer compile_prog_node.end(); |
| 5813 | 5813 | |
| 5814 | 5814 | const strip = options.optimize_mode != .Debug; |