aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-03-07 17:26:44 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-08 17:17:45 -0800
commitc602fd2531cff9366a68a2e7a1d40b13401226e4 (patch)
tree9d24b77407bbc5a750fcdf5757219b344ffb97eb /tools
parente6388816e30386182967e149a2e59e68c7a73f26 (diff)
TensorFlow: remove fast_cpp_protos and oversize_protos options from
bazelrc template, since they don't actually do anything. Change: 116606748
Diffstat (limited to 'tools')
-rw-r--r--tools/bazel.rc.template2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/bazel.rc.template b/tools/bazel.rc.template
index e90ec790fd..d2b1b0b25a 100644
--- a/tools/bazel.rc.template
+++ b/tools/bazel.rc.template
@@ -3,8 +3,6 @@ build:cuda --define=using_cuda=true
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