1*a26f1301SXin Li# Options for compiling ACT code. 2*a26f1301SXin Li# Include these in dependent workspaces by using the --bazelrc flag, or by 3*a26f1301SXin Li# adding import %act_workspace%/bazel.rc to the .bazelrc file in the 4*a26f1301SXin Li# dependent workspace. 5*a26f1301SXin Li 6*a26f1301SXin Libuild -c opt 7*a26f1301SXin Libuild --cxxopt='-std=c++17' 8*a26f1301SXin Libuild --host_cxxopt='-std=c++17' 9*a26f1301SXin Li 10*a26f1301SXin Litest -c opt 11*a26f1301SXin Litest --cxxopt='-std=c++17' 12*a26f1301SXin Libuild --host_cxxopt='-std=c++17'