use -9 instead of --extreme for reproducibility (issue #171)

This commit is contained in:
Trammell Hudson 2017-04-07 10:05:30 -04:00
parent 300b17fa25
commit 5a0f3dc10b
Failed to extract signature

View File

@ -349,7 +349,7 @@ $(build)/$(coreboot_dir)/initrd.cpio.xz: initrd.cpio
xz \
--check=crc32 \
--lzma2=dict=1MiB \
--extreme \
-9 \
< "$<" \
> "$@" \
)