From 4e0cc971ea82fbb985f27933af23d1afb3994290 Mon Sep 17 00:00:00 2001 From: Jeff McGlynn Date: Thu, 24 Jan 2019 16:43:50 -0800 Subject: Sync/format build files * Always compile astc_utils with -O3, since it is very slow when built with fastbuild. * Add missing licenses() declarations. * Declare test library as testonly. * Run BUILD file formatter. Additionally, fix one ambiguous usage of auto in src/decoder/parition.cc --- src/base/BUILD.bazel | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/base/BUILD.bazel') diff --git a/src/base/BUILD.bazel b/src/base/BUILD.bazel index 09f723d..84d2131 100644 --- a/src/base/BUILD.bazel +++ b/src/base/BUILD.bazel @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +licenses(["notice"]) + cc_library( name = "base", hdrs = [ @@ -24,6 +26,7 @@ cc_library( "uint128.h", "utils.h", ], + features = ["-parse_headers"], visibility = ["//src/decoder:__pkg__"], ) -- cgit v1.2.3