From 87b7dc9af85aac2370d2021c9a3ada992198e4ae Mon Sep 17 00:00:00 2001 From: David Gonzalez Martin Date: Sat, 15 Jun 2024 21:33:42 -0500 Subject: [PATCH] Disable logs --- bootstrap/compiler.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap/compiler.zig b/bootstrap/compiler.zig index 99c1e52..8ffd774 100644 --- a/bootstrap/compiler.zig +++ b/bootstrap/compiler.zig @@ -5745,7 +5745,6 @@ fn compile_c_source_files(thread: *Thread, arguments: []const []const u8) void { }; for (libc_include_dirs) |include_dir| { - std.debug.print("Include path: {s}\n", .{include_dir}); argv.appendSliceAssumeCapacity(&.{ "-isystem", include_dir }); }