From 98f31dcf583a34e16e9e395c173c6b206b7e3580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 15 Dec 2021 15:05:07 +0200 Subject: [PATCH] [bazelrc] build --compilation_mode=opt --- .bazelrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index f396901..3dbbc9c 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,7 +1,9 @@ -build --verbose_failures test --sandbox_default_allow_network=false test --test_output=errors + +build --verbose_failures build --worker_sandboxing +build --compilation_mode=opt build --incompatible_enable_cc_toolchain_resolution #build --incompatible_use_cc_configure_from_rules_cc