We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bb043 commit c88eaa2Copy full SHA for c88eaa2
.bazelrc
@@ -18,8 +18,8 @@ build:linux --linkopt="-fuse-ld=lld"
18
19
# Based on release notes from since we're on Bazel < 7
20
# https://github.com/bazel-contrib/toolchains_llvm/releases/tag/0.10.3
21
-build:darwin --features=-supports_dynamic_linker
22
-build:darwin --features=-libtool
+build --features=-supports_dynamic_linker
+build --features=-libtool
23
24
# Not sure why setting all of these is necessary, but just setting cxxopt
25
# Leads to usage of old C++ version when compiling LLVM, which needs C++14 or newer.
0 commit comments