diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-09-26 00:40:46 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-09-26 00:40:46 +0100 |
commit | 406a4bfab3c6dbcf4cdff61f9f8e7b07b26d4b1e (patch) | |
tree | 4d14c1fa16f63f1da7d1fd815c492f571f84cdad /profiles/common | |
parent | profiles: remove sys-process/cronie from base system (diff) | |
download | portage-406a4bfab3c6dbcf4cdff61f9f8e7b07b26d4b1e.tar.xz |
profiles/common: use zstd by default
Diffstat (limited to 'profiles/common')
-rw-r--r-- | profiles/common/make.defaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index f29ca4af..f0b50a20 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -85,6 +85,9 @@ RESUMECOMMAND="${FETCHCOMMAND} -C -" PORTAGE_NICENESS=19 EMERGE_DEFAULT_OPTS="-v --quiet-build=n --misspell-suggestions=n" +PORTAGE_COMPRESS=zstd +BINPKG_COMPRESS=zstd + PORTAGE_STRIP_FLAGS="--strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version" # Duplicate from base/make.defaults while removing /lib/modules |