We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5855d commit 7b8728dCopy full SHA for 7b8728d
configure.sh
@@ -126,6 +126,7 @@ write_to_bazelrc "build --spawn_strategy=standalone"
126
write_to_bazelrc "build --strategy=Genrule=standalone"
127
write_to_bazelrc "build --experimental_repo_remote_exec"
128
write_to_bazelrc "build -c opt"
129
+write_to_bazelrc "build --cxxopt=\"-D_GLIBCXX_USE_CXX11_ABI=0\""
130
131
132
if is_windows; then
0 commit comments