blob: de1d3f65a3a2f7eab324375ac5b7e2c03991bc67 [file] [log] [blame]
# 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'