Skip to content

Commit

Permalink
Update zigcc.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane authored Jan 6, 2024
1 parent 3f65cd0 commit 94e8730
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/zigcc.zig
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ pub fn main() !void {
var proc = std.ChildProcess.init(cmds.items, allocator);

// See all flags
// std.debug.print("debug flags: ", .{});
// for (cmds.items) |cmd|
// std.debug.print("{s} ", .{cmd});
std.debug.print("debug flags: ", .{});
for (cmds.items) |cmd|
std.debug.print("{s} ", .{cmd});

_ = try proc.spawnAndWait();
}

0 comments on commit 94e8730

Please sign in to comment.