]> git.ipfire.org Git - thirdparty/zstd.git/commit
Fix zstd-pgo run error 4119/head
authorXionghu Luo <xionghuluo@tencent.com>
Thu, 8 Aug 2024 07:13:27 +0000 (15:13 +0800)
committerXionghu Luo <xionghuluo@tencent.com>
Thu, 8 Aug 2024 07:13:27 +0000 (15:13 +0800)
commitbf4a43fcd45aea991d273160262a31925ea31ba3
tree96e17f6f20a950e083654dad61bb6e46a76dacf4
parent9a5c74b2ca1d213268df97803460744f044d8f3e
Fix zstd-pgo run error

The -Werror=missing-profile caused thread/zlib/lzma/lz4 detection failure
when build with profile-use, thus caused ZSTD_MULTITHREAD etc. is not
defined for profile-use, then there will be many profile mismatch information
in output and the final binary reports run error sometimes as below:

Error : ZSTD_CCtx_setParameter(ctx, ZSTD_c_nbWorkers, adv->nbWorkers) failed : Unsupported parameter

Signed-off-by: Xionghu Luo <xionghuluo@tencent.com>
programs/Makefile