Merge pull request #240 from birth-software/disable-logs

Disable logs
This commit is contained in:
David 2024-06-15 21:35:48 -05:00 committed by GitHub
commit edab2ed2ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 });
}