Skip to content

Commit 7b8728d

Browse files
Add explicit abi=0 to configuration. (#446)
1 parent 3a5855d commit 7b8728d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ write_to_bazelrc "build --spawn_strategy=standalone"
126126
write_to_bazelrc "build --strategy=Genrule=standalone"
127127
write_to_bazelrc "build --experimental_repo_remote_exec"
128128
write_to_bazelrc "build -c opt"
129+
write_to_bazelrc "build --cxxopt=\"-D_GLIBCXX_USE_CXX11_ABI=0\""
129130

130131

131132
if is_windows; then

0 commit comments

Comments
 (0)