commit | f1bbe586fd305714f5240dfb90fcf8664b22f415 | [log] [tgz] |
---|---|---|
author | Stephan Wolski <stephan@wol.ski> | Tue Aug 27 00:58:23 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 27 01:00:00 2019 -0700 |
tree | 9a616c146d14debc5faece53d14987f6ccd0db07 | |
parent | 75d97c2bfc57887392ae01c68cb40b45257da551 [diff] |
Fix Some Compilation Errors for Strict C++ Toolchains Commands like `coverage` which compile zlib and ijar can error out if the user's C++ toolchain has strict warnings and `-Werror` enabled, this PR adds `-Wno-error` to fix that. I also added `-Wno-old-style-cast` because that's the warning in particular that's causing problems for me. Closes #9069. PiperOrigin-RevId: 265629107
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds 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
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.