]> git.ipfire.org Git - thirdparty/zstd.git/commit
Print zlib/lz4/lzma library versions in verbose version output 3030/head
authorNick Terrell <terrelln@fb.com>
Thu, 27 Jan 2022 01:55:26 +0000 (17:55 -0800)
committerNick Terrell <terrelln@fb.com>
Thu, 27 Jan 2022 02:25:58 +0000 (18:25 -0800)
commite60eba58bf83979e92de487a87c0829a7bd60f92
tree459db7e088d416fdbd1a702f49e55ca3ad343d6b
parenta0acf9aa49f998ce6fbfc3093099c9b5bad64eb7
Print zlib/lz4/lzma library versions in verbose version output

Knowing the version of zlib/lz4/lzma we're linking against is very
useful for debugging issues with those libraries, so print it out in the
verbosity 4 version output.

Also print this information at the top of `playTests.sh`.
programs/fileio.c
programs/fileio.h
programs/zstdcli.c
tests/playTests.sh