# Options for compiling ACT code. # Include these in dependent workspaces by using the --bazelrc flag, or by # adding import %act_workspace%/bazel.rc to the .bazelrc file in the # dependent workspace. build -c opt build --cxxopt='-std=c++17' build --host_cxxopt='-std=c++17' test -c opt test --cxxopt='-std=c++17' build --host_cxxopt='-std=c++17'