From d84176374516607914e0fec9e60d6d48719fff68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 27 Sep 2022 15:43:24 +0300 Subject: [PATCH] update versions and sizes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f453dee..c5fdb90 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Bazel zig cc toolchain This is a C/C++ toolchain that can (cross-)compile C/C++ programs. It contains -clang-14, musl, glibc 2-2.34, all in a ~50MB package. Read +clang-15, musl, glibc 2-2.34, all in a ~40MB package. Read [here](https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html) about zig-cc; the rest of the README will present how to use this toolchain from Bazel.