]> git.ipfire.org Git - thirdparty/zstd.git/commit
Add Space-Optimized Helper Variable to Lib Makefile
authorW. Felix Handte <w@felixhandte.com>
Mon, 27 Jan 2020 22:14:08 +0000 (17:14 -0500)
committerW. Felix Handte <w@felixhandte.com>
Mon, 4 May 2020 15:19:25 +0000 (11:19 -0400)
commitfa5e01c467b994f35e9ca321dfb510766033bfd8
tree0ed06ff2e606b03f5c85761618f9fc45b0962447
parente103d7b4a64c6321bb3ac4df07899ea09c3edbb2
Add Space-Optimized Helper Variable to Lib Makefile

This diff reorganizes the `lib/Makefile` to extract various settings that a
user would normally invoke together (supposing that they were aware of them)
if they were trying to build the smallest `libzstd` possible. It collects
these settings under a master setting `ZSTD_LIB_MIN_SIZE`.

Also document this new option.
lib/Makefile
lib/README.md