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'