commit | 468b67d911b4a5c0873dade3899635ce8731e8fe | [log] [tgz] |
---|---|---|
author | Kseniia Vasilchuk <vasilchukkseniia@gmail.com> | Fri May 29 01:30:32 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 29 01:31:49 2020 -0700 |
tree | 4b102481f0e867e89bfd59562808c3a51f237862 | |
parent | 565f7742d584588bd3b329ce7303bd2673b3a284 [diff] |
Fix headers checking mode for cc_common.compile Looks like Bazel should always use STRICT headersCheckingMode. cc_binary & cc_library get this mode from semantic, but for cc_common.compile LOOSE mode used as a default value in CcCompilationHelper. It leads to extra looseIncludeDirs and some headers checking are missed. Closes #11324. PiperOrigin-RevId: 313740776
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md