From 0de7571e9e1ebf5b8f53b146e8565015429f0868 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 27 May 2022 21:58:38 +0100 Subject: [PATCH] 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 --- absl/flags/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.30.2