summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorGravatar Evan Brown <ezb@google.com>2024-03-13 11:59:30 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2024-03-13 12:00:20 -0700
commitc6ed744ea531edf745b55c4e5679d7e435406c0d (patch)
tree22774d73af93958b296fd1634f2577329e9f7a92 /CMake
parente4b07ec1fc6885eca8a1d8d2439a6554b4a81378 (diff)
Roll back extern template instatiations in swisstable due to binary size increases in shared libraries.
PiperOrigin-RevId: 615497725 Change-Id: Ic29db8923ea4ea7cd0b01b396896fa9fff8c74b0
Diffstat (limited to 'CMake')
-rw-r--r--CMake/AbseilDll.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake
index 4beafd7a..47f3beeb 100644
--- a/CMake/AbseilDll.cmake
+++ b/CMake/AbseilDll.cmake
@@ -68,9 +68,7 @@ set(ABSL_INTERNAL_DLL_FILES
"container/btree_set.h"
"container/fixed_array.h"
"container/flat_hash_map.h"
- "container/flat_hash_map.cc"
"container/flat_hash_set.h"
- "container/flat_hash_set.cc"
"container/inlined_vector.h"
"container/internal/btree.h"
"container/internal/btree_container.h"
@@ -93,9 +91,7 @@ set(ABSL_INTERNAL_DLL_FILES
"container/internal/raw_hash_set.h"
"container/internal/tracked.h"
"container/node_hash_map.h"
- "container/node_hash_map.cc"
"container/node_hash_set.h"
- "container/node_hash_set.cc"
"crc/crc32c.cc"
"crc/crc32c.h"
"crc/internal/cpu_detect.cc"