Extend xz compression to 9e
This commit is contained in:
parent
b4c62af689
commit
d9a97f35a2
@ -13,7 +13,7 @@ MAKEOPTS="-j7 -l8"
|
|||||||
# Format and compression.
|
# Format and compression.
|
||||||
BINPKG_FORMAT="gpkg"
|
BINPKG_FORMAT="gpkg"
|
||||||
PORTAGE_COMPRESS="xz"
|
PORTAGE_COMPRESS="xz"
|
||||||
PORTAGE_COMPRESS_FLAGS="-9 -T6 --memlimit-decompress=1500M"
|
PORTAGE_COMPRESS_FLAGS="-9e -T6 --memlimit-decompress=1500M"
|
||||||
BINPKG_COMPRESS="${PORTAGE_COMPRESS}"
|
BINPKG_COMPRESS="${PORTAGE_COMPRESS}"
|
||||||
BINPKG_COMPRESS_FLAGS="${PORTAGE_COMPRESS_FLAGS}"
|
BINPKG_COMPRESS_FLAGS="${PORTAGE_COMPRESS_FLAGS}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user