projects
/
abseil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07d4874
)
Eliminate libabsl_flags.so and libabsl_flags.a
author
Benjamin Barenblat
<bbaren@google.com>
Thu, 14 Apr 2022 17:20:16 +0000
(18:20 +0100)
committer
Benjamin Barenblat
<bbaren@debian.org>
Thu, 14 Apr 2022 17:20:16 +0000
(18:20 +0100)
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
patch
|
blob
|
history
diff --git
a/absl/flags/CMakeLists.txt
b/absl/flags/CMakeLists.txt
index caac69cf891a390585e732e27a2b50ca3e5c3d22..9c00d4eb8a28a2c61b272c74950ad27332e5601f 100644
(file)
--- 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"