mirror of
https://github.com/Kron4ek/Conty
synced 2024-11-16 19:50:06 +01:00
Disable unneeded functions for zstd
Makes zstd smaller.
This commit is contained in:
parent
d17b60f1c7
commit
484a52c401
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ cd ../lz4-${lz4_version}
|
|||
make -j$(nproc) DESTDIR="${script_dir}"/build-utils/bin install
|
||||
|
||||
cd ../zstd-${zstd_version}
|
||||
make -j$(nproc) DESTDIR="${script_dir}"/build-utils/bin install
|
||||
ZSTD_LEGACY_SUPPORT=0 HAVE_ZLIB=0 HAVE_LZMA=0 HAVE_LZ4=0 BACKTRACE=0 make -j$(nproc) DESTDIR="${script_dir}"/build-utils/bin install
|
||||
|
||||
if [ "${build_dwarfs}" != "true" ]; then
|
||||
cd ../squashfuse-${squashfuse_version}
|
||||
|
|
Loading…
Reference in a new issue