aboutsummaryrefslogtreecommitdiff
path: root/.bazelrc
blob: de1d3f65a3a2f7eab324375ac5b7e2c03991bc67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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'