From 9eccdf8abfdc6b49b687383113fc157ab00e6c8e Mon Sep 17 00:00:00 2001 From: Jeremy Kun Date: Thu, 19 Oct 2023 12:02:38 -0700 Subject: [PATCH] make .bazelrc more consistent --- .bazelrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.bazelrc b/.bazelrc index 5e75bde..d1bd6bc 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,4 +1,5 @@ -build --action_env=BAZEL_CXXOPTS=-std=c++17 -build --cxxopt='-std=c++17' -build --host_cxxopt='-std=c++17' -test --test_output=all +common --action_env=BAZEL_CXXOPTS=-std=c++17 +common --cxxopt='-std=c++17' +common --copt=-fdiagnostics-color=always +common --test_output=errors +common -c dbg