From: Benjamin Barenblat Date: Sun, 8 Jan 2023 21:54:44 +0000 (+0000) Subject: Eliminate libabsl_flags.so and libabsl_flags.a X-Git-Tag: archive/raspbian/20220623.1-1+rpi1+deb12u2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0ea3fc5868ddd3f583b4f565bb6499314cc729e3;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 3e9d5ad..cb59d24 100644 --- a/absl/flags/CMakeLists.txt +++ b/absl/flags/CMakeLists.txt @@ -199,8 +199,6 @@ absl_cc_library( absl_cc_library( NAME flags - SRCS - "flag.cc" HDRS "declare.h" "flag.h"