Skip to content

Commit

Permalink
open GLIBCXX_USE_CXX11_ABI=0 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle committed Mar 1, 2024
1 parent 3182499 commit 8b32d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build --action_env=PATH
# For --compilation_mode=dbg, consider enabling checks in the standard library as well (below).
build --compilation_mode=opt
# FIXME(lingxuan.zlx) TEST CASE: test wide string crash since cxx abi off.
# build --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0"
build --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0"
# Using C++ 20 on all platforms.
build:linux --cxxopt="-std=c++20"
build:macos --cxxopt="-std=c++20"
Expand Down

0 comments on commit 8b32d58

Please sign in to comment.