From 8550e47b91fbf6e5f1ce475811805d10b2f78f46 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 20 Dec 2024 13:21:49 +0100 Subject: [PATCH] bazel: log .bazelrc override --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index 94434ccb95..c50ba9a2c9 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,3 +1,6 @@ +# Enable logging rc options. +common --announce_rc + # ----CONFIG OPTIONS---- build --flag_alias=with_bop=//ortools/linear_solver:with_bop build --flag_alias=with_cbc=//ortools/linear_solver:with_cbc