commit | 52b208efda6d02c1ea140e6bdcc0b814c6c1788d | [log] [tgz] |
---|---|---|
author | hlopko <hlopko@google.com> | Mon Sep 10 00:15:48 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Sep 10 00:17:39 2018 -0700 |
tree | a8b87a9cefbd95da917bce7f91591ba7659ad399 | |
parent | 5bb3141ed11e7b94ec50cdf24f015607dc49d608 [diff] |
Allow passing list into user_compile_flags and user_link_flags Depset has advantage that it doesn't grow quadratically in memory, but a disadvantage, that it removes duplicates. Which is especially bad when user_compile_flags contains [ "-isystem", "a", "-isystem", "b" ] as it will result in [ "-isystem", "a", "b" ] passed to the compiler, and the compiler won't be happy. RELNOTES: None. PiperOrigin-RevId: 212223261
{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.