zstd
- clear’s fopen patch has an m mode (rbm) that is only for glibc
- The
notrace
patch is only for gcc 10, and is not needed with gcc 11+ as LTO works with zstd - The
test
target is expensive, useshortest
(akacheck
) instead - Prefer
zstd -T0
tozstdmt
andpzstd
as it is more modern - Level
3
is good enough; after level19
it will regress make
is the officially maintained build system (all other build systems are “compatible” and 3rd-party maintained)HAVE_ZLIB
,HAVE_LZMA
andHAVE_LZ4
are automatically enabled when detected at build time; disable them explicitly