ray/cpp/example/.bazelrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
72 B
Text
Raw Normal View History

build --cxxopt="-std=c++17"
2021-09-10 11:53:05 +08:00
build --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0"