profile: update compression and package format

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-02-21 12:16:34 -05:00
parent 20b2889ec0
commit 853834f4ce
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -51,7 +51,8 @@ BOOTSTRAP_USE="${BOOTSTRAP_USE} cet openmp"
PORTAGE_BZIP2_COMMAND="lbzip2"
PORTAGE_BUNZIP2_COMMAND="lbunzip2"
PORTAGE_COMPRESS="xz"
PORTAGE_COMPRESS="zstd"
BINPKG_FORMAT="gpkg"
BINPKG_COMPRESS="zstd"
BINPKG_COMPRESS_FLAGS="-c -T0 -19"