aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2017-11-10 13:14:03 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-10 16:47:55 -0800
commit0017742dd05c19a2bbbf56c87c8da55959df28d8 (patch)
tree5a242153b4006fa3311f7359c7ce1839ebb4f59c /tools
parent83c2da808e96dc5c9c3e80353d1db58a17502bf1 (diff)
Clean up some redundant and unused build settings.
--copts are passed to both c++ and c (so is redundent with --cxxopts). Configs passed to "bazel build" are inherited by "bazel run" and "bazel test". Also removed some unused configs. PiperOrigin-RevId: 175326697
Diffstat (limited to 'tools')
-rw-r--r--tools/bazel.rc8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/bazel.rc b/tools/bazel.rc
index 414ddf2e47..ac6766b11b 100644
--- a/tools/bazel.rc
+++ b/tools/bazel.rc
@@ -21,13 +21,5 @@ build --define=use_fast_cpp_protos=true
build --define=allow_oversize_protos=true
build --spawn_strategy=standalone
-test --spawn_strategy=standalone
-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