aboutsummaryrefslogtreecommitdiff
path: root/.bazelrc
diff options
context:
space:
mode:
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
new file mode 100644
index 0000000..97fd61c
--- /dev/null
+++ b/.bazelrc
@@ -0,0 +1,8 @@
+# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
+# SPDX-License-Identifier: Apache-2.0
+
+# Flag to enable remote config
+common --experimental_repo_remote_exec
+common --cxxopt=-std=c++17
+common --host_cxxopt=-std=c++17
+common --copt=-w