xref: /aosp_15_r20/external/anonymous-counting-tokens/.bazelrc (revision a26f13018b999b025c962678da434c0a5aec4dae)
1# Options for compiling ACT code.
2# Include these in dependent workspaces by using the --bazelrc flag, or by
3# adding import %act_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'