mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:30:12 +01:00
Also add one more flag to our `.bazelrc` to improve the overall build efficiency. While the first build with this will be very slow (likely a couple of hours), the caching layer we are using now should effectively cache this for subsequent builds so that only the changed files have to be recompiled. Updates to Clang and LLVM themselves will still result in a slow rebuild, but normal development should remain fast.