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
This commit is contained in:
Michael Case
2017-11-10 13:14:03 -08:00
committed by TensorFlower Gardener
parent 83c2da808e
commit 0017742dd0
4 changed files with 30 additions and 43 deletions

View File

@@ -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