commit | 3f46dd0f6d5a042fc28d265411a6014f666a40c1 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Wed Jul 25 10:52:12 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Jul 25 10:53:50 2018 -0700 |
tree | 036accce85c29f38563dbcdbd4fdc5d2d7a5214a | |
parent | 24d3a01b53a603059091a690e0bddb20ef5fbc98 [diff] |
Add new debug_prefix_map_pwd_is_dot CROSSTOOL feature This feature sets `-fdebug_prefix_map=$PWD=.` as an argument to Clang in order to standardize the paths to debug symbols (by making them relative to the exec root). Note that this needs to be implemented inside wrapped_clang instead of as an argument to the action itself for caching purposes, as PWD can change based on the action's executor. PiperOrigin-RevId: 206019016
{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.