diff --git a/.bazelrc b/.bazelrc index 943f3a870..e72297f86 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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"