summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2018-02-22 23:27:37 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2018-03-07 01:30:15 +0000
commit9a81df96d0cdcf0e025b1550ef9474a6484545e7 (patch)
treef6b81c958d8aac725c263f553675834d91581104 /profiles
parentapp-crypt/trezord-go: TREZOR Communication Daemon aka TREZOR Bridge (diff)
downloadportage-9a81df96d0cdcf0e025b1550ef9474a6484545e7.tar.xz
profiles/common: strip .note.go.buildid
Diffstat (limited to 'profiles')
-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 bc616fab..14622275 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.gnu.gold-version"
+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"
USE_EXPAND="TARGET"