aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Manjunath Kudlur <keveman@gmail.com>2016-02-18 12:28:45 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-02-18 12:50:36 -0800
commit2f756013f5bcc39ee288eed9da8d27cf4ec16f7e (patch)
tree30da7df59601595a07c7fc6ef2c109a57a2e8f36 /tools
parentd0a822fbcb04d95a643d8efe65699a8d1cdce98b (diff)
Enable deserializing protos > 64MB in length.
Update protobuf commit Change: 114990608
Diffstat (limited to 'tools')
-rw-r--r--tools/bazel.rc.template1
1 files changed, 1 insertions, 0 deletions
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