mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
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:
committed by
TensorFlower Gardener
parent
83c2da808e
commit
0017742dd0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user