From acdbd68986448f4e3ed81a98244c8be1c57b52da Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Mon, 16 Jan 2017 01:21:51 -0800 Subject: Create --config opt for compiling fully optimized binaries. Change: 144609556 --- tools/bazel.rc.template | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') diff --git a/tools/bazel.rc.template b/tools/bazel.rc.template index a1fb55632c..3f08795670 100644 --- a/tools/bazel.rc.template +++ b/tools/bazel.rc.template @@ -27,3 +27,7 @@ run --spawn_strategy=standalone build --genrule_strategy=standalone test --genrule_strategy=standalone run --genrule_strategy=standalone + +build -c opt +test -c opt +run -c opt -- cgit v1.2.3