From 2f756013f5bcc39ee288eed9da8d27cf4ec16f7e Mon Sep 17 00:00:00 2001 From: Manjunath Kudlur Date: Thu, 18 Feb 2016 12:28:45 -0800 Subject: Enable deserializing protos > 64MB in length. Update protobuf commit Change: 114990608 --- tools/bazel.rc.template | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/bazel.rc.template b/tools/bazel.rc.template index b49fd62306..5bdc9884e8 100644 --- a/tools/bazel.rc.template +++ b/tools/bazel.rc.template @@ -3,6 +3,7 @@ build:cuda --crosstool_top=//third_party/gpus/crosstool build --force_python=py$PYTHON_MAJOR_VERSION build --python$PYTHON_MAJOR_VERSION_path=$PYTHON_BINARY build --define=use_fast_cpp_protos=true +build --define=allow_oversize_protos=true build --spawn_strategy=standalone test --spawn_strategy=standalone -- cgit v1.2.3