From 0598ea46876d0bb82c0f3487153a411d8c80c31e Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Wed, 5 Jan 2022 01:50:29 -0800 Subject: [PATCH] Remove Bazel workaround for `fully_static_link` The removed setting has been Bazel's default for a while now. PiperOrigin-RevId: 419776665 Change-Id: I1f91708e244fc24cdc97dbf680ae6e54fb75bbb0 --- .bazelrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.bazelrc b/.bazelrc index 4b517a0..a68e070 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,6 +1,2 @@ # Build in C++17 mode without a custom CROSSTOOL build --cxxopt=-std=c++17 - -# TODO(https://github.com/bazelbuild/bazel/issues/8672): Remove this workaround -# This will become the default in Bazel 4.0 -build --incompatible_linkopts_to_linklibs