shaka-packager/packager/testing
Joey Parrish 1f71fa0a0e
build: Fix absl log flags being stripped (#1340)
According to a comment in
packager/third_party/abseil-cpp/source/absl/log/CMakeLists.txt, many
linkers will strip the contents of absl::log_flags because its symbols
symbols are only used in a global constructor, and that for now, clients
should link using
$<LINK_LIBRARY:WHOLE_ARCHIVE,absl::log_flags>.

Closes #1325
2024-02-14 13:59:18 -08:00
..
dockers build: Fix absl log flags being stripped (#1340) 2024-02-14 13:59:18 -08:00
test_dockers.sh feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00