projects
/
abseil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b747252
)
Eliminate libabsl_flags.so and libabsl_flags.a
author
Benjamin Barenblat
<bbaren@google.com>
Wed, 31 Aug 2022 02:54:45 +0000
(
03:54
+0100)
committer
Benjamin Barenblat
<bbaren@debian.org>
Wed, 31 Aug 2022 02:54:45 +0000
(
03:54
+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 3e9d5adff8c2c934c13029b70587ccb22755d925..cb59d247567ec10d5ef37788f77a799dfd4bfbc6 100644
(file)
--- 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"