aboutsummaryrefslogtreecommitdiff
path: root/.bazelrc
diff options
context:
space:
mode:
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
new file mode 100644
index 0000000..de1d3f6
--- /dev/null
+++ b/.bazelrc
@@ -0,0 +1,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' \ No newline at end of file