diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-02-22 23:27:37 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-03-07 01:30:15 +0000 |
commit | 9a81df96d0cdcf0e025b1550ef9474a6484545e7 (patch) | |
tree | f6b81c958d8aac725c263f553675834d91581104 /profiles/common | |
parent | app-crypt/trezord-go: TREZOR Communication Daemon aka TREZOR Bridge (diff) | |
download | portage-9a81df96d0cdcf0e025b1550ef9474a6484545e7.tar.xz |
profiles/common: strip .note.go.buildid
Diffstat (limited to 'profiles/common')
-rw-r--r-- | profiles/common/make.defaults | 2 |
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" |