From 0017742dd05c19a2bbbf56c87c8da55959df28d8 Mon Sep 17 00:00:00 2001 From: Michael Case Date: Fri, 10 Nov 2017 13:14:03 -0800 Subject: 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 --- tools/bazel.rc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tools') 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 -- cgit v1.2.3