Skip to content

Commit

Permalink
bazelrc: use lld with autotools
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Maślanka <[email protected]>
  • Loading branch information
mmaslankaprv committed Jun 11, 2024
1 parent 6db3dff commit 38b5ca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# use a compiler name that doesn't symlink to ccache
build --action_env=CC=clang-16 --host_action_env=CC=clang-16
build --action_env=CXX=clang++-16 --host_action_env=CXX=clang++-16
build --action_env=CXXLINK=lld --host_action_env=CXXLINK=lld
build --action_env=BAZEL_COMPILER=clang
build --cxxopt=-std=c++20 --cxxopt=-stdlib=libc++ --host_cxxopt=-std=c++20
build --linkopt -fuse-ld=lld --linkopt=-lc++
Expand Down

0 comments on commit 38b5ca5

Please sign in to comment.