From 52dacd6556d60815253d4e4938e218ea3d8084a2 Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Wed, 6 Jul 2022 10:23:22 +0100 Subject: Initial commit Change-Id: I2fb0933d595a6ede6417d09dd905ef72d6c60c9b --- .bazelrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .bazelrc (limited to '.bazelrc') 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 -- cgit v1.2.1