summaryrefslogtreecommitdiff
path: root/profiles/common
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2018-08-26 02:27:07 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2018-10-05 00:10:35 +0100
commit2273dc31b5e28d09ad994ad1765b3cc3dbeadd3c (patch)
tree65f8eb75a380d83ba4c5c8bde68ec80ca1e50787 /profiles/common
parenteclass/linux-build: Give information regarding the generated x509 pair (diff)
downloadportage-2273dc31b5e28d09ad994ad1765b3cc3dbeadd3c.tar.xz
profiles/common: Use default PORTAGE_STRIP_FLAGS
Diffstat (limited to 'profiles/common')
-rw-r--r--profiles/common/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index 14622275..45a4b005 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -81,7 +81,7 @@ MAKEOPTS="-j2"
PORTAGE_NICENESS=19
EMERGE_DEFAULT_OPTS="-v --quiet-build=n --misspell-suggestions=n"
-PORTAGE_STRIP_FLAGS="--strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.build-id -R .note.go.buildid -R .note.gnu.gold-version"
+PORTAGE_STRIP_FLAGS="--strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version"
USE_EXPAND="TARGET"