xref: /aosp_15_r20/external/private-join-and-compute/.bazelrc (revision a6aa18fbfbf9cb5cd47356a9d1b057768998488c)
1# Options for compiling PJC code.
2# Include these in dependent workspaces by using the --bazelrc flag, or by
3# adding import %pjc_workspace%/bazel.rc to the .bazelrc file in the
4# dependent workspace.
5
6build -c opt
7build --cxxopt='-std=c++17'
8build --host_cxxopt='-std=c++17'
9
10test -c opt
11test --cxxopt='-std=c++17'
12build --host_cxxopt='-std=c++17'