From aa5ae35d91e74b587a5d0f131816eb90d410ae3d Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 5 Dec 2024 12:12:50 -0700 Subject: [PATCH] objdump --- etc/install-zstd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/install-zstd.sh b/etc/install-zstd.sh index 0e2945a..e300218 100644 --- a/etc/install-zstd.sh +++ b/etc/install-zstd.sh @@ -40,6 +40,7 @@ build_zstd() { ../build/cmake cmake --build . --target libzstd_static + objdump --syms lib/Debug/zstd_static.lib } clean_deps