From: Benjamin Barenblat Date: Thu, 14 Apr 2022 17:20:16 +0000 (+0100) Subject: Eliminate libabsl_flags.so and libabsl_flags.a X-Git-Tag: archive/raspbian/0_20210324.2-3+rpi1^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2b91458dc6c90fb733f39a6771ed2a4f6b8c1346;p=abseil.git Eliminate libabsl_flags.so and libabsl_flags.a Forwarded: not-needed The libabsl_flags library only contains code when compiling with MSVC, which Debian doesn't use. Skip compiling absl/flags/flag.cc, and make the Abseil flags library header-only. Gbp-Pq: Name empty-flags-library.diff --- diff --git a/absl/flags/CMakeLists.txt b/absl/flags/CMakeLists.txt index caac69c..9c00d4e 100644 --- a/absl/flags/CMakeLists.txt +++ b/absl/flags/CMakeLists.txt @@ -197,8 +197,6 @@ absl_cc_library( absl_cc_library( NAME flags - SRCS - "flag.cc" HDRS "declare.h" "flag.h"