Skip to content

Commit

Permalink
Merge pull request #1029 from keith/ks/bazel-only-use-lld-on-linux
Browse files Browse the repository at this point in the history
[bazel] Only use lld on Linux
  • Loading branch information
dtolnay committed Apr 2, 2022
2 parents 3f37059 + 9b0ed32 commit 48d77a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bazelrc
@@ -1 +1,2 @@
build --@rules_rust//:extra_rustc_flags=-Clink-arg=-fuse-ld=lld
build --enable_platform_specific_config
build:linux --@rules_rust//:extra_rustc_flags=-Clink-arg=-fuse-ld=lld

0 comments on commit 48d77a6

Please sign in to comment.