third_party_rust_cxx/.bazelrc
Keith Smiley 9b0ed32e82 [bazel] Only use lld on Linux
macOS C++ toolchains from Apple do not contain lld, so bazel builds in
this repo would fail. This change scopes this only to Linux
2022-04-01 17:42:01 -07:00

3 lines
110 B
Plaintext

build --enable_platform_specific_config
build:linux --@rules_rust//:extra_rustc_flags=-Clink-arg=-fuse-ld=lld