/* Define to 1 if lzma1 encoder is enabled. */ #define HAVE_ENCODER_LZMA1 1 /* Define to 1 if lzma2 encoder is enabled. */ #define HAVE_ENCODER_LZMA2 1 /* Define to 1 if powerpc encoder is enabled. */ #define HAVE_ENCODER_POWERPC 1 /* Define to 1 if sparc encode...
config RD_BZIP2 bool "Initial ramdisk compressed using bzip2" default n depends on BLK_DEV_INITRD=y help Support loading of a bzip2 encoded initial ramdisk or cpio buffer If unsure, say N. config RD_LZMA bool "Initial ramdisk compressed using lzma" default n depends on BLK_DEV_INITRD=y he...
git config --global user.name userName git config --global user.email userEmail rules_boost / config.lzma-osx-arm64.h config.lzma-osx-arm64.h15.02 KB 一键复制编辑原始数据按行查看历史 Gregor Jasny提交于4年前.Add Apple Silicon support (#208) ...
git config tar.tar.xz.command "xz -c" # set this config git archive -o latest.tar.xz HEAD # So you can create an archive that is compressed with LZMA algorithm. But Why does this trick work? Is the tar.<extension-name>.command an convention? And where the con...