diff options
author | Evan Brown <ezb@google.com> | 2024-03-13 11:59:30 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-03-13 12:00:20 -0700 |
commit | c6ed744ea531edf745b55c4e5679d7e435406c0d (patch) | |
tree | 22774d73af93958b296fd1634f2577329e9f7a92 /absl/container/CMakeLists.txt | |
parent | e4b07ec1fc6885eca8a1d8d2439a6554b4a81378 (diff) | |
download | abseil-c6ed744ea531edf745b55c4e5679d7e435406c0d.tar.gz abseil-c6ed744ea531edf745b55c4e5679d7e435406c0d.tar.bz2 abseil-c6ed744ea531edf745b55c4e5679d7e435406c0d.zip |
Roll back extern template instatiations in swisstable due to binary size increases in shared libraries.
PiperOrigin-RevId: 615497725
Change-Id: Ic29db8923ea4ea7cd0b01b396896fa9fff8c74b0
Diffstat (limited to 'absl/container/CMakeLists.txt')
-rw-r--r-- | absl/container/CMakeLists.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/absl/container/CMakeLists.txt b/absl/container/CMakeLists.txt index 8e64adb1..4b08e6a3 100644 --- a/absl/container/CMakeLists.txt +++ b/absl/container/CMakeLists.txt @@ -283,17 +283,13 @@ absl_cc_library( flat_hash_map HDRS "flat_hash_map.h" - SRCS - "flat_hash_map.cc" COPTS ${ABSL_DEFAULT_COPTS} DEPS - absl::config absl::container_memory absl::core_headers absl::hash_function_defaults absl::raw_hash_map - absl::raw_hash_set absl::algorithm_container absl::memory PUBLIC @@ -325,12 +321,9 @@ absl_cc_library( flat_hash_set HDRS "flat_hash_set.h" - SRCS - "flat_hash_set.cc" COPTS ${ABSL_DEFAULT_COPTS} DEPS - absl::config absl::container_memory absl::hash_function_defaults absl::raw_hash_set @@ -369,18 +362,14 @@ absl_cc_library( node_hash_map HDRS "node_hash_map.h" - SRCS - "node_hash_map.cc" COPTS ${ABSL_DEFAULT_COPTS} DEPS - absl::config absl::container_memory absl::core_headers absl::hash_function_defaults absl::node_slot_policy absl::raw_hash_map - absl::raw_hash_set absl::algorithm_container absl::memory PUBLIC @@ -409,12 +398,9 @@ absl_cc_library( node_hash_set HDRS "node_hash_set.h" - SRCS - "node_hash_set.cc" COPTS ${ABSL_DEFAULT_COPTS} DEPS - absl::config absl::container_memory absl::core_headers absl::hash_function_defaults |