commit | e2a9e4a3fc99d018e04753f702a6498a4099d2ae | [log] [tgz] |
---|---|---|
author | rosica <rosica@google.com> | Tue Aug 27 03:33:31 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 27 03:34:18 2019 -0700 |
tree | cdb54be39062bc792eb6145c1cadb85f6b3da5bd | |
parent | 49d99f36b0332c8938c3fd9b165d8b3b1ff39e40 [diff] |
Add support for thin LTO optimization in Bazel Usage: CC=clang bazel build //foo:bar --features=thin_lto -c opt RELNOTES: Bazel now supports ThinLTO builds on Linux for Clang versions >= 6.0. ThinLTO can be enabled through --features=thin_lto PiperOrigin-RevId: 265649618
{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.