]> git.ipfire.org Git - thirdparty/zstd.git/commit
[build] Fix ZSTD_LIB_MINIFY build option
authorNick Terrell <terrelln@fb.com>
Fri, 16 Dec 2022 00:40:04 +0000 (16:40 -0800)
committerNick Terrell <nickrterrell@gmail.com>
Fri, 16 Dec 2022 20:55:05 +0000 (12:55 -0800)
commit0c42424a1ed73555906cd10e9c40e8316c8584e2
treea1c1147eb275d217bc159d008531617bbae5ad7f
parent358a2374848d6b9c4fb20a254c038e27bb1527ac
[build] Fix ZSTD_LIB_MINIFY build option

`ZSTD_LIB_MINIFY` broke in 8bf699aa59372d7c2bb4216bcf8037cab7dae51e.

This commit fixes the macro and the static library shrinks from ~600K to 324K
with ZSTD_LIB_MINIFY set.

Fixes #3066.
.github/workflows/dev-short-tests.yml
lib/libzstd.mk
tests/check_size.py [new file with mode: 0755]