commit | 5da1098f9a5c1f7f29922bce093b66c33cccd74b | [log] [tgz] |
---|---|---|
author | Vladimir Chebotarev <vladimir.chebotarev@gmail.com> | Fri Mar 08 06:45:08 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Mar 08 06:46:54 2019 -0800 |
tree | 9ea23836d8857994ba2860fe16388cba61939376 | |
parent | d043e306bff11989d257abcdaf32ebac6fd28113 [diff] |
Added explicit target architecture for archiver on Windows. I guess the code says for itself, for the sake of correctness let's specify target architecture for static libraries explicitly on Windows. E.g. that will remove a warning when archiving `src/main/native/windows/resources.o`: ``` INFO: From Linking src/main/native/windows/resources.lib: LINK : warning LNK4068: /MACHINE not specified; defaulting to X64 ``` Closes #7584. PiperOrigin-RevId: 237440505
{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.